Fix broken comments

pull/2748/head
masad-frost
parent 29bee2f3ef
commit 18e09b4100

@ -211,10 +211,10 @@ export const language = <ILanguage>{
], ],
comment: [ comment: [
[/[^\(comment]+/, 'comment'], [/[^comment\(\)]+/, 'comment'],
[/\)/, 'comment', '@push'], [/\(comment/, 'comment', '@push'],
[/\(comment/, 'comment', '@pop'], [/\)/, 'comment', '@pop'],
[/[\)]/, 'comment'], [/[comment\(\)]/, 'comment'],
], ],
whitespace: [ whitespace: [

Loading…
Cancel
Save