From 3c10d209d706c286817e7150595113d9cda444bd Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Thu, 18 Mar 2021 00:23:57 -0700 Subject: Add highligh.js --- static/hl/languages/actionscript.min.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 static/hl/languages/actionscript.min.js (limited to 'static/hl/languages/actionscript.min.js') diff --git a/static/hl/languages/actionscript.min.js b/static/hl/languages/actionscript.min.js new file mode 100644 index 0000000..5078b7d --- /dev/null +++ b/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-70-g09d2