mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 02:36:18 +08:00
02f0637892
Example repro of the freeze: ``` ```css [ ```
1 line
437 B
JavaScript
1 line
437 B
JavaScript
hljs.registerLanguage("dockerfile",function(){"use strict";return function(e){return{name:"Dockerfile",aliases:["docker"],case_insensitive:!0,keywords:"from maintainer expose env arg user onbuild stopsignal",contains:[e.HASH_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,{beginKeywords:"run cmd entrypoint volume add copy workdir label healthcheck shell",starts:{end:/[^\\]$/,subLanguage:"bash"}}],illegal:"</"}}}()); |