Initial commit.
Signed-off-by: Andreas Widen <aw@luflow.net>
This commit is contained in:
commit
a4a5c7daa5
1389 changed files with 241399 additions and 0 deletions
7
static/highlight/languages/ebnf.min.js
vendored
Normal file
7
static/highlight/languages/ebnf.min.js
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/*! `ebnf` grammar compiled for Highlight.js 11.11.1 */
|
||||
(()=>{var e=(()=>{"use strict";return e=>{const a=e.COMMENT(/\(\*/,/\*\)/)
|
||||
;return{name:"Extended Backus-Naur Form",illegal:/\S/,contains:[a,{
|
||||
className:"attribute",begin:/^[ ]*[a-zA-Z]+([\s_-]+[a-zA-Z]+)*/},{begin:/=/,
|
||||
end:/[.;]/,contains:[a,{className:"meta",begin:/\?.*\?/},{className:"string",
|
||||
variants:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:"`",end:"`"}]}]}]}}})()
|
||||
;hljs.registerLanguage("ebnf",e)})();
|
||||
Loading…
Reference in a new issue