summaryrefslogtreecommitdiff
path: root/pyssg.xyz/live/static/hl/languages/actionscript.min.js
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-12-13 20:44:08 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-12-13 20:44:08 -0600
commitabc0de079b895af1b705894eb2b63596e3e37274 (patch)
treec51d24dce55da8d9b227cbac6c2ef64a59d8e9dc /pyssg.xyz/live/static/hl/languages/actionscript.min.js
parentdb4b3736d4f45137a733ce5eb1e50aec968ca1d2 (diff)
add pyssg.xyz configs and templates
Diffstat (limited to 'pyssg.xyz/live/static/hl/languages/actionscript.min.js')
-rw-r--r--pyssg.xyz/live/static/hl/languages/actionscript.min.js15
1 files changed, 15 insertions, 0 deletions
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