mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 04:19:41 +08:00
7 lines
418 B
JavaScript
7 lines
418 B
JavaScript
/*! `json` grammar compiled for Highlight.js 11.5.1 */
|
|
var hljsGrammar=(()=>{"use strict";return a=>({name:"JSON",contains:[{
|
|
className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},{
|
|
match:/[{}[\],:]/,className:"punctuation",relevance:0},a.QUOTE_STRING_MODE,{
|
|
beginKeywords:"true false null"
|
|
},a.C_NUMBER_MODE,a.C_LINE_COMMENT_MODE,a.C_BLOCK_COMMENT_MODE],illegal:"\\S"})
|
|
})();export default hljsGrammar; |