File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,10 @@ contexts:
9191 script-javascript :
9292 # for compatibility with ST builds before 4114
9393 - meta_scope : meta.tag.script.begin.html
94- - include : script-common
9594 - match : ' >'
9695 scope : punctuation.definition.tag.end.html
9796 set : script-javascript-content
97+ - include : script-common
9898
9999 script-javascript-content :
100100 # for compatibility with ST builds before 4114
@@ -226,10 +226,10 @@ contexts:
226226 style-css :
227227 # for compatibility with ST builds before 4114
228228 - meta_scope : meta.tag.style.begin.html
229- - include : style-common
230229 - match : ' >'
231230 scope : punctuation.definition.tag.end.html
232231 set : style-css-content
232+ - include : style-common
233233
234234 style-css-content :
235235 # for compatibility with ST builds before 4114
@@ -424,8 +424,8 @@ contexts:
424424
425425 template-mustache :
426426 - meta_scope : meta.tag.template.begin.html
427- - include : template-common
428427 - include : tag-end
428+ - include : template-common
429429
430430 template-lang-attribute :
431431 - match : (?i:lang){{attribute_name_break}}
Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ contexts:
9292 script-javascript:
9393 # for compatibility with ST builds before 4114
9494 - meta_scope: meta.tag.script.begin.html
95- - include: script-common
9695 - match: '>'
9796 scope: punctuation.definition.tag.end.html
9897 set: script-javascript-content
98+ - include: script-common
9999
100100 script-javascript-content:
101101 # for compatibility with ST builds before 4114
@@ -167,10 +167,10 @@ contexts:
167167 style-css:
168168 # for compatibility with ST builds before 4114
169169 - meta_scope: meta.tag.style.begin.html
170- - include: style-common
171170 - match: '>'
172171 scope: punctuation.definition.tag.end.html
173172 set: style-css-content
173+ - include: style-common
174174
175175 style-css-content:
176176 # for compatibility with ST builds before 4114
@@ -245,8 +245,8 @@ contexts:
245245
246246 template-mustache:
247247 - meta_scope: meta.tag.template.begin.html
248- - include: template-common
249248 - include: tag-end
249+ - include: template-common
250250
251251 template-lang-attribute:
252252 - match: (?i:lang){{attribute_name_break}}
You can’t perform that action at this time.
0 commit comments