Add some keywrods

This commit is contained in:
syuilo 2017-02-10 01:56:17 +09:00
parent 884f4066f4
commit 9c972b6bd6

View file

@ -53,6 +53,7 @@ const _keywords = [
'break',
'do',
'goto',
'next',
'end',
'sub',
'throw',
@ -94,6 +95,7 @@ const _keywords = [
'private',
'protected',
'virtual',
'partial',
'override',
'extends',
'implements',