Skip to content

Commit 7c7ccb6

Browse files
committed
fix: attribute use non greedy
1 parent 64e0dde commit 7c7ccb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/hsml.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
{
3636
"name": "punctuation.separator.key-value.hsml",
3737
"comment": "hsml attribute",
38-
"match": "([\\w\\-]+)=?(\".*\")",
38+
"match": "([\\w\\-]+)=?(\".*?\")",
3939
"captures": {
4040
"1": {
4141
"name": "entity.other.attribute-name.hsml"

0 commit comments

Comments
 (0)