File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
%YAML 1.2
2
2
---
3
- name : HTML
3
+ name : HTML (EEx)
4
4
file_extensions :
5
5
- html.eex
6
6
first_line_match : (?i)<(!DOCTYPE\s*)?html
@@ -347,6 +347,7 @@ contexts:
347
347
scope : punctuation.definition.string.end.html
348
348
pop : true
349
349
- include : attribute-entities
350
+ - include : interpolation
350
351
- match : " '"
351
352
scope : punctuation.definition.string.begin.html
352
353
set :
@@ -356,6 +357,7 @@ contexts:
356
357
scope : punctuation.definition.string.end.html
357
358
pop : true
358
359
- include : attribute-entities
360
+ - include : interpolation
359
361
- match : ' {{unquoted_attribute_value}}'
360
362
scope : string.unquoted.html meta.class-name.html
361
363
- include : else-pop
@@ -492,3 +494,4 @@ contexts:
492
494
- include : tag-style-attribute
493
495
- include : tag-event-attribute
494
496
- include : tag-generic-attribute
497
+
You can’t perform that action at this time.
0 commit comments