UNPKG

1.62 kBJavaScriptView Raw
1hljs.registerLanguage("angelscript",(()=>{"use strict";return e=>{var n={
2className:"built_in",
3begin:"\\b(void|bool|int|int8|int16|int32|int64|uint|uint8|uint16|uint32|uint64|string|ref|array|double|float|auto|dictionary)"
4},a={className:"symbol",begin:"[a-zA-Z0-9_]+@"},i={className:"keyword",
5begin:"<",end:">",contains:[n,a]};return n.contains=[i],a.contains=[i],{
6name:"AngelScript",aliases:["asc"],
7keywords:"for in|0 break continue while do|0 return if else case switch namespace is cast or and xor not get|0 in inout|10 out override set|0 private public const default|0 final shared external mixin|10 enum typedef funcdef this super import from interface abstract|0 try catch protected explicit property",
8illegal:"(^using\\s+[A-Za-z0-9_\\.]+;$|\\bfunction\\s*[^\\(])",contains:[{
9className:"string",begin:"'",end:"'",illegal:"\\n",
10contains:[e.BACKSLASH_ESCAPE],relevance:0},{className:"string",begin:'"""',
11end:'"""'},{className:"string",begin:'"',end:'"',illegal:"\\n",
12contains:[e.BACKSLASH_ESCAPE],relevance:0
13},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",
14begin:"^\\s*\\[",end:"\\]"},{beginKeywords:"interface namespace",end:/\{/,
15illegal:"[;.\\-]",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+"}]},{
16beginKeywords:"class",end:/\{/,illegal:"[;.\\-]",contains:[{className:"symbol",
17begin:"[a-zA-Z0-9_]+",contains:[{begin:"[:,]\\s*",contains:[{className:"symbol",
18begin:"[a-zA-Z0-9_]+"}]}]}]},n,a,{className:"literal",
19begin:"\\b(null|true|false)"},{className:"number",relevance:0,
20begin:"(-?)(\\b0[xXbBoOdD][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?f?|\\.\\d+f?)([eE][-+]?\\d+f?)?)"
21}]}}})());
\No newline at end of file