diff --git a/src/lib/components/editor/util.ts b/src/lib/components/editor/util.ts index e8c831e4..ea2825dd 100644 --- a/src/lib/components/editor/util.ts +++ b/src/lib/components/editor/util.ts @@ -96,7 +96,7 @@ export const initEditor = (monacoEditor): void => { [/#(\d|[a-zA-Z])*;/, 'html.entity/hex-color-code'], [/#(?:[0-9a-fA-F]{3}){1,2}/, 'html.entity/hex-color-code'], [/<<.+>>/, 'annotation'], - [/%%.*$/, 'comment'] + [/%%.*(?