mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Add some keywrods
This commit is contained in:
parent
4cb82a842c
commit
e622b88099
1 changed files with 2 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue