discourse/vendor/assets/javascripts/highlightjs/languages/shell.min.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

1 line
152 B
JavaScript
Raw Normal View History

2017-07-05 05:12:10 -04:00
hljs.registerLanguage("shell",function(s){return{aliases:["console"],c:[{cN:"meta",b:"^\\s{0,3}[\\w\\d\\[\\]()@-]*[>%$#]",starts:{e:"$",sL:"bash"}}]}});