From 1b2b7c3eb939724696894f31ff27db97b0cac84c Mon Sep 17 00:00:00 2001 From: Andreas Widen Date: Sat, 25 Nov 2023 17:21:37 +0100 Subject: Initial commit. Signed-off-by: Andreas Widen --- static/base/highlight/languages/bnf.min.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 static/base/highlight/languages/bnf.min.js (limited to 'static/base/highlight/languages/bnf.min.js') diff --git a/static/base/highlight/languages/bnf.min.js b/static/base/highlight/languages/bnf.min.js new file mode 100644 index 0000000..76f748b --- /dev/null +++ b/static/base/highlight/languages/bnf.min.js @@ -0,0 +1,6 @@ +/*! `bnf` grammar compiled for Highlight.js 11.3.1 */ +(()=>{var e=(()=>{"use strict";return e=>({name:"Backus\u2013Naur Form", +contains:[{className:"attribute",begin://},{begin:/::=/,end:/$/, +contains:[{begin:// +},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE] +}]})})();hljs.registerLanguage("bnf",e)})(); \ No newline at end of file -- cgit v1.2.3-54-g00ecf