Skip to content

Commit 044d9af

Browse files
authored
Update HTML (EEx).sublime-syntax
1 parent ae86724 commit 044d9af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

HTML (EEx).sublime-syntax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%YAML 1.2
22
---
3-
name: HTML
3+
name: HTML (EEx)
44
file_extensions:
55
- html.eex
66
first_line_match: (?i)<(!DOCTYPE\s*)?html
@@ -347,6 +347,7 @@ contexts:
347347
scope: punctuation.definition.string.end.html
348348
pop: true
349349
- include: attribute-entities
350+
- include: interpolation
350351
- match: "'"
351352
scope: punctuation.definition.string.begin.html
352353
set:
@@ -356,6 +357,7 @@ contexts:
356357
scope: punctuation.definition.string.end.html
357358
pop: true
358359
- include: attribute-entities
360+
- include: interpolation
359361
- match: '{{unquoted_attribute_value}}'
360362
scope: string.unquoted.html meta.class-name.html
361363
- include: else-pop
@@ -492,3 +494,4 @@ contexts:
492494
- include: tag-style-attribute
493495
- include: tag-event-attribute
494496
- include: tag-generic-attribute
497+

0 commit comments

Comments
 (0)