From 7e49db5ddefe8c515b5f3931a5c701efaac33d91 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 16 Dec 2022 17:45:03 -0600 Subject: change structure for new pyssg version --- live/static/hl/languages/actionscript.min.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 live/static/hl/languages/actionscript.min.js (limited to 'live/static/hl/languages/actionscript.min.js') diff --git a/live/static/hl/languages/actionscript.min.js b/live/static/hl/languages/actionscript.min.js new file mode 100644 index 0000000..5078b7d --- /dev/null +++ b/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