Urara-Blog/node_modules/.pnpm-store/v3/files/76/80acf48c2a430cb7c5ac872843fbd542ff1c937a4b92dea792549375ab71c8bf13a081426bf90b66580a2eb9f3730b2d992cfd6454a63e269cd79ae597cac0
2022-08-14 01:14:53 +08:00

1 line
No EOL
376 B
Text

Prism.languages.ebnf={comment:/\(\*[\s\S]*?\*\)/,string:{pattern:/"[^"\r\n]*"|'[^'\r\n]*'/,greedy:!0},special:{pattern:/\?[^?\r\n]*\?/,greedy:!0,alias:"class-name"},definition:{pattern:/^([\t ]*)[a-z]\w*(?:[ \t]+[a-z]\w*)*(?=\s*=)/im,lookbehind:!0,alias:["rule","keyword"]},rule:/\b[a-z]\w*(?:[ \t]+[a-z]\w*)*\b/i,punctuation:/\([:/]|[:/]\)|[.,;()[\]{}]/,operator:/[-=|*/!]/};