File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 {
3333 "scopeName" : " source.c.platform" ,
3434 "path" : " ./syntaxes/Platform.tmLanguage"
35+ }],
36+ "snippets" : [{
37+ "language" : " c" ,
38+ "path" : " ./snippets/c.json"
39+ },
40+ {
41+ "language" : " cpp" ,
42+ "path" : " ./snippets/cpp.json"
3543 }]
3644 }
3745}
Original file line number Diff line number Diff line change 1+ {
2+ "Region Start" : {
3+ "prefix" : " #region" ,
4+ "body" : [
5+ " #pragma region $0"
6+ ],
7+ "description" : " Folding Region Start"
8+ },
9+ "Region End" : {
10+ "prefix" : " #endregion" ,
11+ "body" : [
12+ " #pragma endregion"
13+ ],
14+ "description" : " Folding Region End"
15+ }
16+ }
Original file line number Diff line number Diff line change 1+ {
2+ "Region Start" : {
3+ "prefix" : " #region" ,
4+ "body" : [
5+ " #pragma region $0"
6+ ],
7+ "description" : " Folding Region Start"
8+ },
9+ "Region End" : {
10+ "prefix" : " #endregion" ,
11+ "body" : [
12+ " #pragma endregion"
13+ ],
14+ "description" : " Folding Region End"
15+ }
16+ }
You can’t perform that action at this time.
0 commit comments