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 19, 2020
1 parent 6cb7f04 commit d5bae23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions NgxHTML.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -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*)'
Expand All @@ -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.-]*)(\])'
Expand All @@ -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:.]*)(\))'
Expand All @@ -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*'
Expand All @@ -81,4 +81,4 @@ contexts:
3: punctuation.section.bindon.end.html
push:
- tag-event-attribute-meta
- tag-event-attribute-equals
- tag-event-attribute-assignment

0 comments on commit d5bae23

Please sign in to comment.