mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 08:24:48 +08:00
02f0637892
Example repro of the freeze: ``` ```css [ ```
1 line
237 B
JavaScript
1 line
237 B
JavaScript
hljs.registerLanguage("shell",function(){"use strict";return function(s){return{name:"Shell Session",aliases:["console"],contains:[{className:"meta",begin:"^\\s{0,3}[/\\w\\d\\[\\]()@-]*[>%$#]",starts:{end:"$",subLanguage:"bash"}}]}}}()); |