Skip to content

Commit

Permalink
BUG #183: Correct template-tag regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Bjug氓rd authored and skyronic committed Jan 20, 2020
1 parent 0ece5c7 commit 6eb71bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Vue Component.sublime-syntax
Expand Up @@ -652,7 +652,7 @@ contexts:
pop: true

template-tag:
- match: (<)((?i:template))\b
- match: (<)((?i:template(>| )))\b
captures:
0: meta.tag.template.begin.html
1: punctuation.definition.tag.begin.html
Expand Down
2 changes: 1 addition & 1 deletion Vue Component.sublime-syntax.yaml-macros
Expand Up @@ -31,7 +31,7 @@ contexts: !merge
- include: vue-directive

template-tag:
- match: (<)((?i:template))\b
- match: (<)((?i:template(>| )))\b
captures:
0: meta.tag.template.begin.html
1: punctuation.definition.tag.begin.html
Expand Down

0 comments on commit 6eb71bc

Please sign in to comment.