Add some keywords

This commit is contained in:
syuilo 2017-02-10 01:11:06 +09:00
parent 7e3707882d
commit 7dd4e6ecee
1 changed files with 9 additions and 0 deletions

View File

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