[folding] fold regions, initial, preconfigured support. For #12146

This commit is contained in:
Martin Aeschlimann
2017-09-22 13:49:41 +02:00
parent a678f60100
commit 9e05d4b635
9 changed files with 341 additions and 135 deletions

View File

@@ -33,5 +33,11 @@
"scopeName": "source.c.platform",
"path": "./syntaxes/Platform.tmLanguage"
}]
},
"folding": {
"markers": {
"start": "^\\s*#pragma\\s+region",
"end": "^\\s*#pragma\\s+endregion"
}
}
}