File tree Expand file tree Collapse file tree 3 files changed +72
-0
lines changed Expand file tree Collapse file tree 3 files changed +72
-0
lines changed Original file line number Diff line number Diff line change
1
+ .DS_Store
2
+ sample.vue
Original file line number Diff line number Diff line change @@ -61,6 +61,22 @@ patterns:
61
61
- name : invalid.illegal.bad-comments-or-CDATA.html
62
62
match : (\s*)(?!--|>)\S(\s*)
63
63
64
+ - name : source.jade.embedded.html
65
+ begin : (?:^\s+)?(<)((?i:template))\b(?=[^>]*lang="jade")
66
+ end : (</)((?i:template))(>)(?:\s*\n)?
67
+ captures :
68
+ ' 1 ' : {name: punctuation.definition.tag.begin.html}
69
+ ' 2 ' : {name: entity.name.tag.style.html}
70
+ ' 3 ' : {name: punctuation.definition.tag.html}
71
+ patterns :
72
+ - include : ' #tag-stuff'
73
+ - begin : (>)
74
+ beginCaptures :
75
+ ' 1 ' : {name: punctuation.definition.tag.end.html}
76
+ end : (?=</(?i:style))
77
+ patterns :
78
+ - include : source.jade
79
+
64
80
- name : source.stylus.embedded.html
65
81
begin : (?:^\s+)?(<)((?i:style))\b(?=[^>]*lang="stylus")
66
82
end : (</)((?i:style))(>)(?:\s*\n)?
Original file line number Diff line number Diff line change 207
207
</dict >
208
208
</array >
209
209
</dict >
210
+ <dict >
211
+ <key >begin </key >
212
+ <string >(?:^\s+)?(< )((?i:template))\b(?=[^> ]*lang="jade") </string >
213
+ <key >captures </key >
214
+ <dict >
215
+ <key >1 </key >
216
+ <dict >
217
+ <key >name </key >
218
+ <string >punctuation.definition.tag.begin.html </string >
219
+ </dict >
220
+ <key >2 </key >
221
+ <dict >
222
+ <key >name </key >
223
+ <string >entity.name.tag.style.html </string >
224
+ </dict >
225
+ <key >3 </key >
226
+ <dict >
227
+ <key >name </key >
228
+ <string >punctuation.definition.tag.html </string >
229
+ </dict >
230
+ </dict >
231
+ <key >end </key >
232
+ <string >(< /)((?i:template))(> )(?:\s*\n)? </string >
233
+ <key >name </key >
234
+ <string >source.jade.embedded.html </string >
235
+ <key >patterns </key >
236
+ <array >
237
+ <dict >
238
+ <key >include </key >
239
+ <string >#tag-stuff </string >
240
+ </dict >
241
+ <dict >
242
+ <key >begin </key >
243
+ <string >(> ) </string >
244
+ <key >beginCaptures </key >
245
+ <dict >
246
+ <key >1 </key >
247
+ <dict >
248
+ <key >name </key >
249
+ <string >punctuation.definition.tag.end.html </string >
250
+ </dict >
251
+ </dict >
252
+ <key >end </key >
253
+ <string >(?=< /(?i:style)) </string >
254
+ <key >patterns </key >
255
+ <array >
256
+ <dict >
257
+ <key >include </key >
258
+ <string >source.jade </string >
259
+ </dict >
260
+ </array >
261
+ </dict >
262
+ </array >
263
+ </dict >
210
264
<dict >
211
265
<key >begin </key >
212
266
<string >(?:^\s+)?(< )((?i:style))\b(?=[^> ]*lang="stylus") </string >
You can’t perform that action at this time.
0 commit comments