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', 'break',
'do', 'do',
'goto', 'goto',
'next',
'end', 'end',
'sub', 'sub',
'throw', 'throw',
@ -94,6 +95,7 @@ const _keywords = [
'private', 'private',
'protected', 'protected',
'virtual', 'virtual',
'partial',
'override', 'override',
'extends', 'extends',
'implements', 'implements',