diff options
Diffstat (limited to 'pyssg.xyz/live/static/hl/languages/bnf.min.js')
-rw-r--r-- | pyssg.xyz/live/static/hl/languages/bnf.min.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyssg.xyz/live/static/hl/languages/bnf.min.js b/pyssg.xyz/live/static/hl/languages/bnf.min.js new file mode 100644 index 0000000..2a91672 --- /dev/null +++ b/pyssg.xyz/live/static/hl/languages/bnf.min.js @@ -0,0 +1,5 @@ +hljs.registerLanguage("bnf",(()=>{"use strict";return e=>({ +name:"Backus\u2013Naur Form",contains:[{className:"attribute",begin:/</,end:/>/ +},{begin:/::=/,end:/$/,contains:[{begin:/</,end:/>/ +},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE] +}]})})());
\ No newline at end of file |