We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8158ae commit bed89d5Copy full SHA for bed89d5
1 file changed
extensions/perl/perl.language-configuration.json
@@ -25,8 +25,8 @@
25
],
26
"folding": {
27
"markers": {
28
- "start": "^=pod\\s*$",
29
- "end": "^=cut\\s*$"
+ "start": "^(?:(?:=pod\\s*$)|(?:\\s*#region\\b))",
+ "end": "^(?:(?:=cut\\s*$)|(?:\\s*#endregion\\b))"
30
}
31
32
0 commit comments