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
465 B
JavaScript
7 lines
465 B
JavaScript
/*! `ebnf` grammar compiled for Highlight.js 11.5.1 */
|
|
var hljsGrammar=(()=>{"use strict";return a=>{const e=a.COMMENT(/\(\*/,/\*\)/)
|
|
;return{name:"Extended Backus-Naur Form",illegal:/\S/,contains:[e,{
|
|
className:"attribute",begin:/^[ ]*[a-zA-Z]+([\s_-]+[a-zA-Z]+)*/},{begin:/=/,
|
|
end:/[.;]/,contains:[e,{className:"meta",begin:/\?.*\?/},{className:"string",
|
|
variants:[a.APOS_STRING_MODE,a.QUOTE_STRING_MODE,{begin:"`",end:"`"}]}]}]}}})()
|
|
;export default hljsGrammar; |