mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 04:19:41 +08:00
6 lines
357 B
JavaScript
6 lines
357 B
JavaScript
/*! `bnf` grammar compiled for Highlight.js 11.5.1 */
|
|
var hljsGrammar=(()=>{"use strict";return a=>({name:"Backus\u2013Naur Form",
|
|
contains:[{className:"attribute",begin:/</,end:/>/},{begin:/::=/,end:/$/,
|
|
contains:[{begin:/</,end:/>/
|
|
},a.C_LINE_COMMENT_MODE,a.C_BLOCK_COMMENT_MODE,a.APOS_STRING_MODE,a.QUOTE_STRING_MODE]
|
|
}]})})();export default hljsGrammar; |