@@ -31,6 +31,7 @@ export const TemplateTag: GrammarDefinition = {
3131 2 : { name : 'punctuation.separator.key-value.html' } ,
3232 3 : { name : 'string.quoted.html punctuation.definition.string.begin.html' } ,
3333 } ,
34+ // @ts -ignore
3435 end : / \3/ ,
3536 endCaptures : {
3637 0 : { name : 'string.quoted.html punctuation.definition.string.end.html' } ,
@@ -54,6 +55,7 @@ export const TemplateTag: GrammarDefinition = {
5455 2 : { name : 'punctuation.separator.key-value.html' } ,
5556 3 : { name : 'string.quoted.html punctuation.definition.string.begin.html' } ,
5657 } ,
58+ // @ts -ignore
5759 end : / \3/ ,
5860 endCaptures : {
5961 0 : { name : 'string.quoted.html punctuation.definition.string.end.html' } ,
@@ -77,6 +79,7 @@ export const TemplateTag: GrammarDefinition = {
7779 2 : { name : 'punctuation.separator.key-value.html' } ,
7880 3 : { name : 'string.quoted.html punctuation.definition.string.begin.html' } ,
7981 } ,
82+ // @ts -ignore
8083 end : / \3/ ,
8184 endCaptures : {
8285 0 : { name : 'string.quoted.html punctuation.definition.string.end.html' } ,
@@ -100,6 +103,7 @@ export const TemplateTag: GrammarDefinition = {
100103 2 : { name : 'punctuation.separator.key-value.html' } ,
101104 3 : { name : 'string.quoted.html punctuation.definition.string.begin.html' } ,
102105 } ,
106+ // @ts -ignore
103107 end : / \3/ ,
104108 endCaptures : {
105109 0 : { name : 'string.quoted.html punctuation.definition.string.end.html' } ,
0 commit comments