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 May 23, 2021
1 parent d5bae23 commit 08d07fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NgxHTML.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ contexts:
- tag-event-attribute-assignment

tag-ng-bind-attribute:
- match: '(\[)([a-zA-Z@][\w.-]*)(\])'
- match: '(\[)([a-zA-Z@][!\w.-]*)(\])'
scope: meta.attribute-with-value.bind.html
captures:
1: punctuation.section.bind.begin.html
Expand Down

0 comments on commit 08d07fc

Please sign in to comment.