forked from FoundKeyGang/FoundKey
Update code.js
This commit is contained in:
parent
d0e015bb88
commit
a85cf74e4b
1 changed files with 8 additions and 0 deletions
|
@ -62,11 +62,19 @@ const keywords = [
|
|||
'export',
|
||||
'new',
|
||||
'this',
|
||||
'super',
|
||||
'base',
|
||||
'class',
|
||||
'interface',
|
||||
'abstract',
|
||||
'static',
|
||||
'public',
|
||||
'private',
|
||||
'protected',
|
||||
'virtual',
|
||||
'override',
|
||||
'extends',
|
||||
'implements',
|
||||
'constructor'
|
||||
].sort((a, b) => b.length - a.length);
|
||||
|
||||
|
|
Loading…
Reference in a new issue