From 08d07fcb4174e419d8abf90e90f60e29f8257e6d Mon Sep 17 00:00:00 2001 From: Po Chen Date: Sun, 23 May 2021 12:48:31 +1000 Subject: [PATCH] Update NgxHTML.sublime-syntax --- NgxHTML.sublime-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NgxHTML.sublime-syntax b/NgxHTML.sublime-syntax index c6b7bf1..f9937b3 100644 --- a/NgxHTML.sublime-syntax +++ b/NgxHTML.sublime-syntax @@ -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