We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3acec9 commit 6cb7f04Copy full SHA for 6cb7f04
NgxHTML.sublime-syntax
@@ -73,13 +73,12 @@ contexts:
73
- tag-event-attribute-equals
74
75
tag-ng-bindon-attribute:
76
- - match: '(\[\()([a-zA-Z][\w.]*)(\)\])(=)\s*'
+ - match: '(\[\()([a-zA-Z][\w.]*)(\)\])\s*'
77
scope: meta.attribute-with-value.bindon.html
78
captures:
79
1: punctuation.section.bindon.begin.html
80
2: entity.other.attribute-name.bindon.html
81
3: punctuation.section.bindon.end.html
82
- 4: punctuation.separator.key-value.html
83
push:
84
- tag-event-attribute-meta
85
0 commit comments