Update code.js

This commit is contained in:
syuilo⭐️ 2017-02-10 00:20:23 +09:00
parent d0e015bb88
commit a85cf74e4b

View file

@ -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);