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/actionscript.min.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pyssg.xyz/live/static/hl/languages/actionscript.min.js (limited to 'pyssg.xyz/live/static/hl/languages/actionscript.min.js') diff --git a/pyssg.xyz/live/static/hl/languages/actionscript.min.js b/pyssg.xyz/live/static/hl/languages/actionscript.min.js new file mode 100644 index 0000000..5078b7d --- /dev/null +++ b/pyssg.xyz/live/static/hl/languages/actionscript.min.js @@ -0,0 +1,15 @@ +hljs.registerLanguage("actionscript",(()=>{"use strict";return e=>({ +name:"ActionScript",aliases:["as"],keywords:{ +keyword:"as break case catch class const continue default delete do dynamic each else extends final finally for function get if implements import in include instanceof interface internal is namespace native new override package private protected public return set static super switch this throw try typeof use var void while with", +literal:"true false null undefined"}, +contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,{ +className:"class",beginKeywords:"package",end:/\{/,contains:[e.TITLE_MODE]},{ +className:"class",beginKeywords:"class interface",end:/\{/,excludeEnd:!0, +contains:[{beginKeywords:"extends implements"},e.TITLE_MODE]},{className:"meta", +beginKeywords:"import include",end:";",keywords:{"meta-keyword":"import include" +}},{className:"function",beginKeywords:"function",end:"[{;]",excludeEnd:!0, +illegal:"\\S",contains:[e.TITLE_MODE,{className:"params",begin:"\\(",end:"\\)", +contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{ +className:"rest_arg",begin:"[.]{3}",end:"[a-zA-Z_$][a-zA-Z0-9_$]*",relevance:10 +}]},{begin:":\\s*([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)"}]},e.METHOD_GUARD],illegal:/#/ +})})()); \ No newline at end of file -- cgit v1.2.3-54-g00ecf