Add some keywrods

This commit is contained in:
syuilo 2017-02-10 01:56:17 +09:00
parent 4cb82a842c
commit e622b88099

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',