From d5bae234d7a762bd1535128ea950139a65936383 Mon Sep 17 00:00:00 2001 From: Po Chen Date: Wed, 19 Aug 2020 16:52:19 +1000 Subject: [PATCH] Update NgxHTML.sublime-syntax --- NgxHTML.sublime-syntax | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NgxHTML.sublime-syntax b/NgxHTML.sublime-syntax index 7f13faf..c6b7bf1 100644 --- a/NgxHTML.sublime-syntax +++ b/NgxHTML.sublime-syntax @@ -38,7 +38,7 @@ contexts: 2: entity.other.attribute-name.template.html push: - tag-event-attribute-meta - - tag-event-attribute-equals + - tag-event-attribute-assignment tag-ng-reference-attribute: - match: '(\#)([a-zA-Z]\w*)' @@ -48,7 +48,7 @@ contexts: 2: entity.other.attribute-name.reference.html push: - tag-event-attribute-meta - - tag-event-attribute-equals + - tag-event-attribute-assignment tag-ng-bind-attribute: - match: '(\[)([a-zA-Z@][\w.-]*)(\])' @@ -59,7 +59,7 @@ contexts: 3: punctuation.section.bind.end.html push: - tag-event-attribute-meta - - tag-event-attribute-equals + - tag-event-attribute-assignment tag-ng-on-attribute: - match: '(\()([a-zA-Z@][\w:.]*)(\))' @@ -70,7 +70,7 @@ contexts: 3: punctuation.section.on.end.html push: - tag-event-attribute-meta - - tag-event-attribute-equals + - tag-event-attribute-assignment tag-ng-bindon-attribute: - match: '(\[\()([a-zA-Z][\w.]*)(\)\])\s*' @@ -81,4 +81,4 @@ contexts: 3: punctuation.section.bindon.end.html push: - tag-event-attribute-meta - - tag-event-attribute-equals + - tag-event-attribute-assignment