summaryrefslogtreecommitdiff
path: root/pyssg.xyz/live/static/hl/languages/actionscript.min.js
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-05-01 09:35:25 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-05-01 09:35:25 -0600
commitf797bb14f7413df2abac6326c6df769004e50aa1 (patch)
tree20850afbf9d45adbbcc6fc3a7aecedfa34db830c /pyssg.xyz/live/static/hl/languages/actionscript.min.js
parent127130ab909dac8886f45ec856f1d1bce3c7bcc0 (diff)
small bugfix, add toc settings, update example site and delete unnecessary static assets
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, 0 insertions, 15 deletions
diff --git a/pyssg.xyz/live/static/hl/languages/actionscript.min.js b/pyssg.xyz/live/static/hl/languages/actionscript.min.js
deleted file mode 100644
index 5078b7d..0000000
--- a/pyssg.xyz/live/static/hl/languages/actionscript.min.js
+++ /dev/null
@@ -1,15 +0,0 @@
-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