Skip to content

Commit a0979fc

Browse files
committed
merge
2 parents 723b8d1 + 299cd06 commit a0979fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
}

Support/PowershellSyntax.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602
</dict>
603603
</dict>
604604
<key>match</key>
605-
<string>(?i:(\$)(\{(?:(private|script|global):)?.+\}))</string>
605+
<string>(?i:(\$)(\{(?:(private|script|global):)?.+?\}))</string>
606606
</dict>
607607
</array>
608608
</dict>

0 commit comments

Comments
 (0)