Skip to content

Commit 08d07fc

Browse files
authored
Update NgxHTML.sublime-syntax
1 parent d5bae23 commit 08d07fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NgxHTML.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ contexts:
5151
- tag-event-attribute-assignment
5252

5353
tag-ng-bind-attribute:
54-
- match: '(\[)([a-zA-Z@][\w.-]*)(\])'
54+
- match: '(\[)([a-zA-Z@][!\w.-]*)(\])'
5555
scope: meta.attribute-with-value.bind.html
5656
captures:
5757
1: punctuation.section.bind.begin.html

0 commit comments

Comments
 (0)