Skip to content

Commit 64186b0

Browse files
committed
[powershell] #Region and #EndRegion. Fixes #49070
1 parent 0a28063 commit 64186b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/powershell/language-configuration.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
],
2626
"folding": {
2727
"markers": {
28-
"start": "^\\s*#region\\b",
29-
"end": "^\\s*#endregion\\b"
28+
"start": "^\\s*#[rR]egion\\b",
29+
"end": "^\\s*#[eE]nd[rR]egion\\b"
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)