Skip to content

Commit 033b452

Browse files
authored
Merge pull request microsoft#71448 from Kencho/perl5-pod-folding
Perl5 support to fold POD blocks
2 parents 820b2f6 + 22bf38c commit 033b452

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

extensions/perl/perl.language-configuration.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,11 @@
2222
["\"", "\""],
2323
["'", "'"],
2424
["`", "`"]
25-
]
25+
],
26+
"folding": {
27+
"markers": {
28+
"start": "^=pod\\s*$",
29+
"end": "^=cut\\s*$"
30+
}
31+
}
2632
}

0 commit comments

Comments
 (0)