Skip to content

Commit 39d7006

Browse files
committed
Merge pull request #7 from Iristyle/patch-2
Make brace matching for 'captures' lazy
2 parents 490d3b4 + 881c4d3 commit 39d7006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Support/PowershellSyntax.JSON-tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
"name": "storage.modifier.scope.powershell"
383383
}
384384
},
385-
"match": "(?i:(\\$)(\\{(?:(private|script|global):)?.+\\}))"
385+
"match": "(?i:(\\$)(\\{(?:(private|script|global):)?.+?\\}))"
386386
}
387387
]
388388
}

0 commit comments

Comments
 (0)