File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -314,9 +314,9 @@ repository:
314
314
begin : \{\{\{?
315
315
end : \}\}\}?
316
316
beginCaptures :
317
- ' 0 ' : {name: punctuation.definition.tag .begin.html}
317
+ ' 0 ' : {name: punctuation.definition.generic .begin.html}
318
318
endCaptures :
319
- ' 0 ' : {name: punctuation.definition.tag .end.html}
319
+ ' 0 ' : {name: punctuation.definition.generic .end.html}
320
320
patterns :
321
321
- include : source.js
322
322
Original file line number Diff line number Diff line change 1374
1374
<key >0 </key >
1375
1375
<dict >
1376
1376
<key >name </key >
1377
- <string >punctuation.definition.tag .begin.html </string >
1377
+ <string >punctuation.definition.generic .begin.html </string >
1378
1378
</dict >
1379
1379
</dict >
1380
1380
<key >end </key >
1384
1384
<key >0 </key >
1385
1385
<dict >
1386
1386
<key >name </key >
1387
- <string >punctuation.definition.tag .end.html </string >
1387
+ <string >punctuation.definition.generic .end.html </string >
1388
1388
</dict >
1389
1389
</dict >
1390
1390
<key >name </key >
You can’t perform that action at this time.
0 commit comments