Add empty token postfix to prevent postfixing

pull/2748/head
Marco Petersen 5 years ago
parent 3623a3a509
commit e0342a7ec6

@ -41,6 +41,7 @@ export const conf: IRichLanguageConfiguration = {
export const language = <ILanguage>{
defaultToken: 'invalid',
tokenPostfix: '',
keywords: [
// (opening) tags

Loading…
Cancel
Save