提交 772c4ef9 编写于 作者: M Martin Aeschlimann

Merge pull request #1728 from basarat/patch-2

replace case with proper type declaration
......@@ -6,7 +6,7 @@
import {ILanguage} from './types';
export var language = <ILanguage> {
export var language: ILanguage = {
displayName: 'Swift',
name: 'swift',
defaultToken: '',
......@@ -130,4 +130,4 @@ export var language = <ILanguage> {
[/([.])(@identifier)/, { cases: { '$2': ['delimeter', 'type.identifier'], '@default': '' } }],
]
}
};
\ No newline at end of file
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册