Eliminate htmlTokenTypes

This commit is contained in:
Alex Dima 2017-06-08 19:48:45 +02:00
parent f661c5f826
commit 3c5417b252
37 changed files with 622 additions and 716 deletions

View file

@ -25,7 +25,7 @@ function getTag(name: string) {
return 'tag';
}
export var conf: IRichLanguageConfiguration = {
export const conf: IRichLanguageConfiguration = {
comments: {
blockComment: ['<!--', '-->',]
},
@ -47,7 +47,7 @@ export var conf: IRichLanguageConfiguration = {
]
};
export var language = <ILanguage>{
export const language = <ILanguage>{
defaultToken: '',
tokenPostfix: '.md',