Skip to content

Commit

Permalink
Update NgxHTML.sublime-syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
princemaple authored Aug 13, 2020
1 parent c3acec9 commit 6cb7f04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NgxHTML.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,12 @@ contexts:
- tag-event-attribute-equals

tag-ng-bindon-attribute:
- match: '(\[\()([a-zA-Z][\w.]*)(\)\])(=)\s*'
- match: '(\[\()([a-zA-Z][\w.]*)(\)\])\s*'
scope: meta.attribute-with-value.bindon.html
captures:
1: punctuation.section.bindon.begin.html
2: entity.other.attribute-name.bindon.html
3: punctuation.section.bindon.end.html
4: punctuation.separator.key-value.html
push:
- tag-event-attribute-meta
- tag-event-attribute-equals

0 comments on commit 6cb7f04

Please sign in to comment.