diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-13 20:44:08 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-13 20:44:08 -0600 |
commit | abc0de079b895af1b705894eb2b63596e3e37274 (patch) | |
tree | c51d24dce55da8d9b227cbac6c2ef64a59d8e9dc /pyssg.xyz/live/static/hl/languages/fix.min.js | |
parent | db4b3736d4f45137a733ce5eb1e50aec968ca1d2 (diff) |
add pyssg.xyz configs and templates
Diffstat (limited to 'pyssg.xyz/live/static/hl/languages/fix.min.js')
-rw-r--r-- | pyssg.xyz/live/static/hl/languages/fix.min.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyssg.xyz/live/static/hl/languages/fix.min.js b/pyssg.xyz/live/static/hl/languages/fix.min.js new file mode 100644 index 0000000..2afa008 --- /dev/null +++ b/pyssg.xyz/live/static/hl/languages/fix.min.js @@ -0,0 +1,6 @@ +hljs.registerLanguage("fix",(()=>{"use strict";return e=>({name:"FIX", +contains:[{begin:/[^\u2401\u0001]+/,end:/[\u2401\u0001]/,excludeEnd:!0, +returnBegin:!0,returnEnd:!1,contains:[{begin:/([^\u2401\u0001=]+)/, +end:/=([^\u2401\u0001=]+)/,returnEnd:!0,returnBegin:!1,className:"attr"},{ +begin:/=/,end:/([\u2401\u0001])/,excludeEnd:!0,excludeBegin:!0, +className:"string"}]}],case_insensitive:!0})})());
\ No newline at end of file |