mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Support # pragma folding markers in C (#284927)
This commit is contained in:
@@ -93,8 +93,8 @@
|
||||
"wordPattern": "(-?\\d*\\.\\d\\w*)|([^\\`\\~\\!\\@\\#\\%\\^\\&\\*\\(\\)\\-\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\,\\.\\<\\>\\/\\?\\s]+)",
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s*#pragma\\s+region\\b",
|
||||
"end": "^\\s*#pragma\\s+endregion\\b"
|
||||
"start": "^\\s*#\\s*pragma\\s+region\\b",
|
||||
"end": "^\\s*#\\s*pragma\\s+endregion\\b"
|
||||
}
|
||||
},
|
||||
"indentationRules": {
|
||||
|
||||
Reference in New Issue
Block a user