DEV: Use yarn to manage Highlight.js dependency

Moves Highlight.js files to vendor/assets/javascripts

Adds Highlight.js in yarn package management

Removes old rake task and reliance on NPM to build Highlight.js

Highlight.js is now integrated in the "javascript:update" rake task
This commit is contained in:
Penar Musaraj
2019-01-14 12:46:35 -05:00
parent 81953339f2
commit b28d68efbf
192 changed files with 31 additions and 33 deletions

View File

@ -0,0 +1 @@
hljs.registerLanguage("clojure-repl",function(e){return{c:[{cN:"meta",b:/^([\w.-]+|\s*#_)?=>/,starts:{e:/$/,sL:"clojure"}}]}});