Skip to content

Commit

Permalink
Merge pull request #7 from nobodxbodon/master
Browse files Browse the repository at this point in the history
#2 又几个关键词
  • Loading branch information
htwx authored Oct 25, 2017
2 parents 0b1568f + 7581ab1 commit fb7c9ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/compiler/scanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,16 +215,16 @@ namespace ts {

"假的": SyntaxKind.FalseKeyword,

"最后": SyntaxKind.FinallyKeyword,
"善后": SyntaxKind.FinallyKeyword,
"循环": SyntaxKind.ForKeyword,
"来自": SyntaxKind.FromKeyword,
"函数": SyntaxKind.FunctionKeyword,
"获取": SyntaxKind.GetKeyword,
"如果": SyntaxKind.IfKeyword,
"实现": SyntaxKind.ImplementsKeyword,
"引用": SyntaxKind.ImportKeyword,
"导入": SyntaxKind.ImportKeyword,
"位于": SyntaxKind.InKeyword,
"为类": SyntaxKind.InstanceOfKeyword,
"身为": SyntaxKind.InstanceOfKeyword,
"接口": SyntaxKind.InterfaceKeyword,

"是为": SyntaxKind.IsKeyword,
Expand Down

0 comments on commit fb7c9ec

Please sign in to comment.