[folding] fix cpp regions

This commit is contained in:
Martin Aeschlimann
2017-09-22 14:04:32 +02:00
parent 03933dcb7e
commit 1b9ea33425
2 changed files with 6 additions and 6 deletions

View File

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