|
@@ -85,14 +85,14 @@ export const language = <ILanguage>{
|
|
|
],
|
|
|
|
|
|
comment: [
|
|
|
- [/\}\}/, 'comment.end.handlebars', '@pop'],
|
|
|
- [/./, 'comment.content.handlebars']
|
|
|
- ],
|
|
|
-
|
|
|
- commentBlock: [
|
|
|
- [/--\}\}/, 'comment.block.end.handlebars', '@pop'],
|
|
|
- [/./, 'comment.content.handlebars']
|
|
|
- ],
|
|
|
+ [/\}\}/, 'comment.end.handlebars', '@pop'],
|
|
|
+ [/./, 'comment.content.handlebars']
|
|
|
+ ],
|
|
|
+
|
|
|
+ commentBlock: [
|
|
|
+ [/--\}\}/, 'comment.block.end.handlebars', '@pop'],
|
|
|
+ [/./, 'comment.content.handlebars']
|
|
|
+ ],
|
|
|
|
|
|
commentHtml: [
|
|
|
[/\{\{/, { token: '@rematch', switchTo: '@handlebarsInSimpleState.comment' }],
|