mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Eliminate htmlTokenTypes
This commit is contained in:
parent
f661c5f826
commit
3c5417b252
37 changed files with 622 additions and 716 deletions
|
|
@ -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',
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue