From abc0de079b895af1b705894eb2b63596e3e37274 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 13 Dec 2022 20:44:08 -0600 Subject: add pyssg.xyz configs and templates --- pyssg.xyz/live/static/hl/languages/taggerscript.min.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pyssg.xyz/live/static/hl/languages/taggerscript.min.js (limited to 'pyssg.xyz/live/static/hl/languages/taggerscript.min.js') diff --git a/pyssg.xyz/live/static/hl/languages/taggerscript.min.js b/pyssg.xyz/live/static/hl/languages/taggerscript.min.js new file mode 100644 index 0000000..85f1043 --- /dev/null +++ b/pyssg.xyz/live/static/hl/languages/taggerscript.min.js @@ -0,0 +1,6 @@ +hljs.registerLanguage("taggerscript",(()=>{"use strict";return e=>({ +name:"Tagger Script",contains:[{className:"comment",begin:/\$noop\(/,end:/\)/, +contains:[{begin:/\(/,end:/\)/,contains:["self",{begin:/\\./}]}],relevance:10},{ +className:"keyword",begin:/\$(?!noop)[a-zA-Z][_a-zA-Z0-9]*/,end:/\(/, +excludeEnd:!0},{className:"variable",begin:/%[_a-zA-Z0-9:]*/,end:"%"},{ +className:"symbol",begin:/\\./}]})})()); \ No newline at end of file -- cgit v1.2.3-54-g00ecf