Update code.js
This commit is contained in:
parent
d0e015bb88
commit
a85cf74e4b
|
@ -62,11 +62,19 @@ const keywords = [
|
||||||
'export',
|
'export',
|
||||||
'new',
|
'new',
|
||||||
'this',
|
'this',
|
||||||
|
'super',
|
||||||
|
'base',
|
||||||
'class',
|
'class',
|
||||||
|
'interface',
|
||||||
|
'abstract',
|
||||||
|
'static',
|
||||||
'public',
|
'public',
|
||||||
'private',
|
'private',
|
||||||
'protected',
|
'protected',
|
||||||
|
'virtual',
|
||||||
|
'override',
|
||||||
'extends',
|
'extends',
|
||||||
|
'implements',
|
||||||
'constructor'
|
'constructor'
|
||||||
].sort((a, b) => b.length - a.length);
|
].sort((a, b) => b.length - a.length);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue