feat: region folding for perl5

This commit is contained in:
Kristian Thy 2019-11-27 00:27:35 +01:00
parent a8158aee89
commit bed89d568e

View file

@ -25,8 +25,8 @@
],
"folding": {
"markers": {
"start": "^=pod\\s*$",
"end": "^=cut\\s*$"
"start": "^(?:(?:=pod\\s*$)|(?:\\s*#region\\b))",
"end": "^(?:(?:=cut\\s*$)|(?:\\s*#endregion\\b))"
}
}
}