File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 "indentationRules" : {
2626 "increaseIndentPattern" : " (^.*\\ {[^}]*$)" ,
2727 "decreaseIndentPattern" : " ^\\ s*\\ }"
28+ },
29+ "folding" : {
30+ "markers" : {
31+ "start" : " ^\\ s*\\ /\\ *\\ s*#region\\ b\\ s*(.*?)\\ s*\\ *\\ /" ,
32+ "end" : " ^\\ s*\\ /\\ *\\ s*#endregion\\ b.*\\ *\\ /"
33+ }
2834 }
2935}
Original file line number Diff line number Diff line change 1919 "scopeName" : " source.css.less" ,
2020 "path" : " ./syntaxes/less.tmLanguage.json"
2121 }],
22+ "snippets" : [{
23+ "language" : " less" ,
24+ "path" : " ./snippets/less.snippets.json"
25+ }],
2226 "problemMatchers" : [
2327 {
2428 "name" : " lessc" ,
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