mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 11:33:08 +02:00
Add some keywords
This commit is contained in:
parent
4330d41f5d
commit
5a7980e61c
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,7 @@ const _keywords = [
|
||||||
'do',
|
'do',
|
||||||
'goto',
|
'goto',
|
||||||
'end',
|
'end',
|
||||||
|
'sub',
|
||||||
'throw',
|
'throw',
|
||||||
'try',
|
'try',
|
||||||
'catch',
|
'catch',
|
||||||
|
@ -69,7 +70,9 @@ const _keywords = [
|
||||||
'require',
|
'require',
|
||||||
'include',
|
'include',
|
||||||
'import',
|
'import',
|
||||||
|
'imports',
|
||||||
'export',
|
'export',
|
||||||
|
'exports',
|
||||||
'from',
|
'from',
|
||||||
'as',
|
'as',
|
||||||
'using',
|
'using',
|
||||||
|
|
Loading…
Reference in a new issue