mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
feat: region folding for perl5
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
],
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^=pod\\s*$",
|
||||
"end": "^=cut\\s*$"
|
||||
"start": "^(?:(?:=pod\\s*$)|(?:\\s*#region\\b))",
|
||||
"end": "^(?:(?:=cut\\s*$)|(?:\\s*#endregion\\b))"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user