mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 12:39:59 +01:00
Add some keywords
This commit is contained in:
parent
25bc24640e
commit
c12253f56b
@ -42,6 +42,7 @@ const keywords = [
|
||||
'switch',
|
||||
'match',
|
||||
'case',
|
||||
'default',
|
||||
'for',
|
||||
'each',
|
||||
'in',
|
||||
@ -52,6 +53,11 @@ const keywords = [
|
||||
'do',
|
||||
'goto',
|
||||
'end',
|
||||
'throw',
|
||||
'try',
|
||||
'catch',
|
||||
'finally',
|
||||
'enum',
|
||||
'function',
|
||||
'func',
|
||||
'fn',
|
||||
@ -59,6 +65,7 @@ const keywords = [
|
||||
'async',
|
||||
'await',
|
||||
'require',
|
||||
'include',
|
||||
'import',
|
||||
'export',
|
||||
'from',
|
||||
@ -66,7 +73,9 @@ const keywords = [
|
||||
'use',
|
||||
'module',
|
||||
'struct',
|
||||
'union',
|
||||
'new',
|
||||
'delete',
|
||||
'this',
|
||||
'super',
|
||||
'base',
|
||||
|
Loading…
Reference in New Issue
Block a user