@@ -38,7 +38,7 @@ contexts:
38
38
2 : entity.other.attribute-name.template.html
39
39
push :
40
40
- tag-event-attribute-meta
41
- - tag-event-attribute-equals
41
+ - tag-event-attribute-assignment
42
42
43
43
tag-ng-reference-attribute :
44
44
- match : ' (\#)([a-zA-Z]\w*)'
@@ -48,7 +48,7 @@ contexts:
48
48
2 : entity.other.attribute-name.reference.html
49
49
push :
50
50
- tag-event-attribute-meta
51
- - tag-event-attribute-equals
51
+ - tag-event-attribute-assignment
52
52
53
53
tag-ng-bind-attribute :
54
54
- match : ' (\[)([a-zA-Z@][\w.-]*)(\])'
@@ -59,7 +59,7 @@ contexts:
59
59
3 : punctuation.section.bind.end.html
60
60
push :
61
61
- tag-event-attribute-meta
62
- - tag-event-attribute-equals
62
+ - tag-event-attribute-assignment
63
63
64
64
tag-ng-on-attribute :
65
65
- match : ' (\()([a-zA-Z@][\w:.]*)(\))'
@@ -70,7 +70,7 @@ contexts:
70
70
3 : punctuation.section.on.end.html
71
71
push :
72
72
- tag-event-attribute-meta
73
- - tag-event-attribute-equals
73
+ - tag-event-attribute-assignment
74
74
75
75
tag-ng-bindon-attribute :
76
76
- match : ' (\[\()([a-zA-Z][\w.]*)(\)\])\s*'
@@ -81,4 +81,4 @@ contexts:
81
81
3 : punctuation.section.bindon.end.html
82
82
push :
83
83
- tag-event-attribute-meta
84
- - tag-event-attribute-equals
84
+ - tag-event-attribute-assignment
0 commit comments