mirror of
https://github.com/discourse/discourse.git
synced 2025-06-23 03:51:43 +08:00
FEATURE: Allow selection of highlight js languages
PERF: stop loading highlight js on load To get latest highlight js run bin/rake highlightjs:update
This commit is contained in:
1
lib/highlight_js/assets/lang/dust.js
Normal file
1
lib/highlight_js/assets/lang/dust.js
Normal file
@ -0,0 +1 @@
|
||||
hljs.registerLanguage("dust",function(){var e="if eq ne lt lte gt gte select default math sep";return{aliases:["dst"],cI:!0,sL:"xml",subLanguageMode:"continuous",c:[{cN:"expression",b:"{",e:"}",r:0,c:[{cN:"begin-block",b:"#[a-zA-Z- .]+",k:e},{cN:"string",b:'"',e:'"'},{cN:"end-block",b:"\\/[a-zA-Z- .]+",k:e},{cN:"variable",b:"[a-zA-Z-.]+",k:e,r:0}]}]}});
|
Reference in New Issue
Block a user