mirror of
https://github.com/discourse/discourse.git
synced 2025-01-09 21:34:04 +08:00
02f0637892
Example repro of the freeze: ``` ```css [ ```
1 line
237 B
JavaScript
1 line
237 B
JavaScript
hljs.registerLanguage("julia-repl",function(){"use strict";return function(e){return{name:"Julia REPL",contains:[{className:"meta",begin:/^julia>/,relevance:10,starts:{end:/^(?![ ]{6})/,subLanguage:"julia"},aliases:["jldoctest"]}]}}}()); |