Initial Commit
This commit is contained in:
1
node_modules/prismjs/components/prism-ebnf.min.js
generated
vendored
Normal file
1
node_modules/prismjs/components/prism-ebnf.min.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
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:/[-=|*/!]/};
|
Reference in New Issue
Block a user