mirror of
https://github.com/discourse/discourse.git
synced 2025-01-06 11:23:57 +08:00
02f0637892
Example repro of the freeze: ``` ```css [ ```
1 line
192 B
JavaScript
1 line
192 B
JavaScript
hljs.registerLanguage("vbscript-html",function(){"use strict";return function(n){return{name:"VBScript in HTML",subLanguage:"xml",contains:[{begin:"<%",end:"%>",subLanguage:"vbscript"}]}}}()); |