summaryrefslogtreecommitdiff
path: root/pyssg.xyz/live/static/hl/languages/bnf.min.js
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-12-13 20:44:08 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-12-13 20:44:08 -0600
commitabc0de079b895af1b705894eb2b63596e3e37274 (patch)
treec51d24dce55da8d9b227cbac6c2ef64a59d8e9dc /pyssg.xyz/live/static/hl/languages/bnf.min.js
parentdb4b3736d4f45137a733ce5eb1e50aec968ca1d2 (diff)
add pyssg.xyz configs and templates
Diffstat (limited to 'pyssg.xyz/live/static/hl/languages/bnf.min.js')
-rw-r--r--pyssg.xyz/live/static/hl/languages/bnf.min.js5
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