Skip to content

Commit b98544e

Browse files
authored
fix bindon highlighting
1 parent 9a89044 commit b98544e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

NgxHTML.sublime-syntax

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -539,10 +539,8 @@ contexts:
539539
3: punctuation.section.bindon.end.html
540540
4: punctuation.separator.key-value.html
541541
push:
542-
- include: string-double-quoted
543-
- include: string-single-quoted
544-
- match: ''
545-
pop: true
542+
- tag-event-attribute-meta
543+
- tag-event-attribute-equals
546544

547545
tag-stuff:
548546
- include: tag-attributes

0 commit comments

Comments
 (0)