mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Add empty token postfix to prevent postfixing
This commit is contained in:
parent
3623a3a509
commit
e0342a7ec6
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ export const conf: IRichLanguageConfiguration = {
|
|||
|
||||
export const language = <ILanguage>{
|
||||
defaultToken: 'invalid',
|
||||
tokenPostfix: '',
|
||||
|
||||
keywords: [
|
||||
// (opening) tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue