diff --git a/src/assets/js/app.js b/src/assets/js/app.js index 90c5f5243f..c3e86a3108 100644 --- a/src/assets/js/app.js +++ b/src/assets/js/app.js @@ -4,6 +4,9 @@ $(() => { anchors.add(); // highlight.js + hljs.configure({ + languages: ['ruby', 'html', 'bash'] + }); hljs.highlightAll(); $("#navigation").load(`${config.rootPath}navigation.html`, function() {