Skip to content

Commit d5bae23

Browse files
authored
Update NgxHTML.sublime-syntax
1 parent 6cb7f04 commit d5bae23

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

NgxHTML.sublime-syntax

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ contexts:
3838
2: entity.other.attribute-name.template.html
3939
push:
4040
- tag-event-attribute-meta
41-
- tag-event-attribute-equals
41+
- tag-event-attribute-assignment
4242

4343
tag-ng-reference-attribute:
4444
- match: '(\#)([a-zA-Z]\w*)'
@@ -48,7 +48,7 @@ contexts:
4848
2: entity.other.attribute-name.reference.html
4949
push:
5050
- tag-event-attribute-meta
51-
- tag-event-attribute-equals
51+
- tag-event-attribute-assignment
5252

5353
tag-ng-bind-attribute:
5454
- match: '(\[)([a-zA-Z@][\w.-]*)(\])'
@@ -59,7 +59,7 @@ contexts:
5959
3: punctuation.section.bind.end.html
6060
push:
6161
- tag-event-attribute-meta
62-
- tag-event-attribute-equals
62+
- tag-event-attribute-assignment
6363

6464
tag-ng-on-attribute:
6565
- match: '(\()([a-zA-Z@][\w:.]*)(\))'
@@ -70,7 +70,7 @@ contexts:
7070
3: punctuation.section.on.end.html
7171
push:
7272
- tag-event-attribute-meta
73-
- tag-event-attribute-equals
73+
- tag-event-attribute-assignment
7474

7575
tag-ng-bindon-attribute:
7676
- match: '(\[\()([a-zA-Z][\w.]*)(\)\])\s*'
@@ -81,4 +81,4 @@ contexts:
8181
3: punctuation.section.bindon.end.html
8282
push:
8383
- tag-event-attribute-meta
84-
- tag-event-attribute-equals
84+
- tag-event-attribute-assignment

0 commit comments

Comments
 (0)