Skip to content

Commit 6cb7f04

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

NgxHTML.sublime-syntax

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,12 @@ contexts:
7373
- tag-event-attribute-equals
7474

7575
tag-ng-bindon-attribute:
76-
- match: '(\[\()([a-zA-Z][\w.]*)(\)\])(=)\s*'
76+
- match: '(\[\()([a-zA-Z][\w.]*)(\)\])\s*'
7777
scope: meta.attribute-with-value.bindon.html
7878
captures:
7979
1: punctuation.section.bindon.begin.html
8080
2: entity.other.attribute-name.bindon.html
8181
3: punctuation.section.bindon.end.html
82-
4: punctuation.separator.key-value.html
8382
push:
8483
- tag-event-attribute-meta
8584
- tag-event-attribute-equals

0 commit comments

Comments
 (0)