[powershell] #Region and #EndRegion. Fixes #49070

This commit is contained in:
Martin Aeschlimann 2018-05-03 16:23:06 +02:00
parent 0a2806395d
commit 64186b0a26

View file

@ -25,8 +25,8 @@
],
"folding": {
"markers": {
"start": "^\\s*#region\\b",
"end": "^\\s*#endregion\\b"
"start": "^\\s*#[rR]egion\\b",
"end": "^\\s*#[eE]nd[rR]egion\\b"
}
}
}