mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
[folding] add work boundries to folding markers
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
},
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s*#pragma\\s+region",
|
||||
"end": "^\\s*#pragma\\s+endregion"
|
||||
"start": "^\\s*#pragma\\s+region\b",
|
||||
"end": "^\\s*#pragma\\s+endregion\b"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user