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
568 B
JavaScript
1 line
568 B
JavaScript
hljs.registerLanguage("clean",function(){"use strict";return function(e){return{name:"Clean",aliases:["clean","icl","dcl"],keywords:{keyword:"if let in with where case of class instance otherwise implementation definition system module from import qualified as special code inline foreign export ccall stdcall generic derive infix infixl infixr",built_in:"Int Real Char Bool",literal:"True False"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{begin:"->|<-[|:]?|#!?|>>=|\\{\\||\\|\\}|:==|=:|<>"}]}}}()); |