File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 [" (" , " )" ],
2222 [" \" " , " \" " ],
2323 [" '" , " '" ]
24- ]
24+ ],
25+ "folding" : {
26+ "markers" : {
27+ "start" : " ^\\ s*\\ /\\ *\\ s*#region\\ b\\ s*(.*?)\\ s*\\ *\\ /" ,
28+ "end" : " ^\\ s*\\ /\\ *\\ s*#endregion\\ b.*\\ *\\ /"
29+ }
30+ }
2531}
Original file line number Diff line number Diff line change 1919 "scopeName" : " source.css.scss" ,
2020 "path" : " ./syntaxes/scss.json"
2121 }],
22+ "snippets" : [{
23+ "language" : " scss" ,
24+ "path" : " ./snippets/scss.snippets.json"
25+ }],
2226 "problemMatchers" : [{
2327 "name" : " node-sass" ,
2428 "label" : " Node Sass Compiler" ,
Original file line number Diff line number Diff line change 1+ {
2+ "Region Start" : {
3+ "prefix" : " #region" ,
4+ "body" : [
5+ " /*#region $0*/"
6+ ],
7+ "description" : " Folding Region Start"
8+ },
9+ "Region End" : {
10+ "prefix" : " #endregion" ,
11+ "body" : [
12+ " /*#endregion $0*/"
13+ ],
14+ "description" : " Folding Region End"
15+ }
16+ }
You can’t perform that action at this time.
0 commit comments