mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +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>{
|
export const language = <ILanguage>{
|
||||||
defaultToken: 'invalid',
|
defaultToken: 'invalid',
|
||||||
|
tokenPostfix: '',
|
||||||
|
|
||||||
keywords: [
|
keywords: [
|
||||||
// (opening) tags
|
// (opening) tags
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue