提交 317084c3 编写于 作者: M Martin Aeschlimann

Merge pull request #382 from lucaslra/master

Included some C# Keywords
......@@ -51,7 +51,7 @@ export var language = <ILanguage> {
'internal', 'private', 'abstract', 'sealed', 'static', 'struct', 'readonly',
'volatile', 'virtual', 'override', 'params', 'get', 'set', 'add', 'remove',
'operator', 'true', 'false', 'implicit', 'explicit', 'interface', 'enum',
'null', 'async', 'await'
'null', 'async', 'await','fixed','sizeof','stackalloc','unsafe'
],
namespaceFollows: [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册