Skip to content

Commit 6eb71bc

Browse files
Adrian Bjugårdskyronic
authored andcommitted
BUG vuejs#183: Correct template-tag regex
1 parent 0ece5c7 commit 6eb71bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Vue Component.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ contexts:
652652
pop: true
653653

654654
template-tag:
655-
- match: (<)((?i:template))\b
655+
- match: (<)((?i:template(>| )))\b
656656
captures:
657657
0: meta.tag.template.begin.html
658658
1: punctuation.definition.tag.begin.html

Vue Component.sublime-syntax.yaml-macros

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ contexts: !merge
3131
- include: vue-directive
3232

3333
template-tag:
34-
- match: (<)((?i:template))\b
34+
- match: (<)((?i:template(>| )))\b
3535
captures:
3636
0: meta.tag.template.begin.html
3737
1: punctuation.definition.tag.begin.html

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy