Skip to content

Commit

Permalink
Sync upstream HTML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
princemaple authored Oct 10, 2017
1 parent 420a0ec commit 4ca68eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Angular2HTML.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ contexts:
- include: string-double-quoted
- include: string-single-quoted
- match: <!--
scope: punctuation.definition.comment.html
scope: punctuation.definition.comment.begin.html
push:
- meta_scope: comment.block.html
- match: '(-*)--\s*>'
scope: punctuation.definition.comment.end.html
captures:
1: invalid.illegal.bad-comments-or-CDATA.html
pop: true
Expand Down

0 comments on commit 4ca68eb

Please sign in to comment.