File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ contexts:
81
81
2 : entity.name.tag.template.html
82
82
push : template-mustache
83
83
84
+ # ##[ TAG ATTRIBUTES ]#########################################################
85
+
84
86
vue-directive :
85
87
- match : (?=v-)
86
88
push :
@@ -117,6 +119,8 @@ contexts:
117
119
0 : meta.string.html string.quoted.single.html punctuation.definition.string.end.html
118
120
- include : else-pop
119
121
122
+ # ##[ STYLE TAG ]##############################################################
123
+
120
124
style-close-tag :
121
125
# for compatibility with ST builds before 4114
122
126
- match : (</)((?i:style){{tag_name_break}})
@@ -314,6 +318,8 @@ contexts:
314
318
- tag-generic-attribute-meta
315
319
- tag-generic-attribute-value
316
320
321
+ # ##[ SCRIPT TAG ]#############################################################
322
+
317
323
script-close-tag :
318
324
# for compatibility with ST builds before 4114
319
325
- match : (</)((?i:script){{tag_name_break}})
@@ -445,6 +451,8 @@ contexts:
445
451
- tag-generic-attribute-meta
446
452
- tag-generic-attribute-value
447
453
454
+ # ##[ TEMPLATE TAG ]###########################################################
455
+
448
456
template-common :
449
457
- include : template-lang-attribute
450
458
- include : tag-attributes
Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ contexts:
82
82
2: entity.name.tag.template.html
83
83
push: template-mustache
84
84
85
+ ###[ TAG ATTRIBUTES ]#########################################################
86
+
85
87
vue-directive:
86
88
- match: (?=v-)
87
89
push:
@@ -126,6 +128,8 @@ contexts:
126
128
punctuation.definition.string.end.html
127
129
- include: else-pop
128
130
131
+ ###[ STYLE TAG ]##############################################################
132
+
129
133
style-close-tag:
130
134
# for compatibility with ST builds before 4114
131
135
- match: (</)((?i:style){{tag_name_break}})
@@ -197,6 +201,8 @@ contexts:
197
201
- tag-generic-attribute-meta
198
202
- tag-generic-attribute-value
199
203
204
+ ###[ SCRIPT TAG ]#############################################################
205
+
200
206
script-close-tag:
201
207
# for compatibility with ST builds before 4114
202
208
- match: (</)((?i:script){{tag_name_break}})
@@ -265,6 +271,8 @@ contexts:
265
271
- tag-generic-attribute-meta
266
272
- tag-generic-attribute-value
267
273
274
+ ###[ TEMPLATE TAG ]###########################################################
275
+
268
276
template-common:
269
277
- include: template-lang-attribute
270
278
- include: tag-attributes
You can’t perform that action at this time.
0 commit comments