Skip to content

Commit a9cf840

Browse files
authored
in meta.tag.other.html scope, group optional ‘/‘ with the end ‘>’
1 parent 4fa71fd commit a9cf840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/vue.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ patterns: [
646646
name: "punctuation.definition.tag.begin.html"
647647
"2":
648648
name: "entity.name.tag.other.html"
649-
end: "(>)"
649+
end: "(/?>)"
650650
endCaptures:
651651
"1":
652652
name: "punctuation.definition.tag.end.html"

0 commit comments

Comments
 (0)