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/pony.min.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pyssg.xyz/live/static/hl/languages/pony.min.js (limited to 'pyssg.xyz/live/static/hl/languages/pony.min.js') diff --git a/pyssg.xyz/live/static/hl/languages/pony.min.js b/pyssg.xyz/live/static/hl/languages/pony.min.js new file mode 100644 index 0000000..6c72874 --- /dev/null +++ b/pyssg.xyz/live/static/hl/languages/pony.min.js @@ -0,0 +1,11 @@ +hljs.registerLanguage("pony",(()=>{"use strict";return e=>({name:"Pony", +keywords:{ +keyword:"actor addressof and as be break class compile_error compile_intrinsic consume continue delegate digestof do else elseif embed end error for fun if ifdef in interface is isnt lambda let match new not object or primitive recover repeat return struct then trait try type until use var where while with xor", +meta:"iso val tag trn box ref",literal:"this false true"},contains:[{ +className:"type",begin:"\\b_?[A-Z][\\w]*",relevance:0},{className:"string", +begin:'"""',end:'"""',relevance:10},{className:"string",begin:'"',end:'"', +contains:[e.BACKSLASH_ESCAPE]},{className:"string",begin:"'",end:"'", +contains:[e.BACKSLASH_ESCAPE],relevance:0},{begin:e.IDENT_RE+"'",relevance:0},{ +className:"number", +begin:"(-?)(\\b0[xX][a-fA-F0-9]+|\\b0[bB][01]+|(\\b\\d+(_\\d+)?(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)", +relevance:0},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]})})()); \ No newline at end of file -- cgit v1.2.3-54-g00ecf