File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ package-lock.json
34
34
/lang-vue
35
35
/lang-sass
36
36
/lang-jinja2
37
+ /lang-less
37
38
/legacy-modes
38
39
/theme-one-dark
39
40
.tern- *
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ exports.nonCore = [
30
30
"lang-wast" ,
31
31
"lang-angular" ,
32
32
"lang-vue" ,
33
+ "lang-less" ,
33
34
"legacy-modes" ,
34
35
"theme-one-dark" ,
35
36
"merge"
Original file line number Diff line number Diff line change 38
38
"@codemirror/lang-wast" : [" ./lang-wast/src/wast.ts" ],
39
39
"@codemirror/lang-angular" : [" ./lang-angular/src/angular.ts" ],
40
40
"@codemirror/lang-vue" : [" ./lang-vue/src/vue.ts" ],
41
+ "@codemirror/lang-sass" : [" ./lang-sass/src/sass.ts" ],
42
+ "@codemirror/lang-less" : [" ./lang-less/src/less.ts" ],
41
43
"@codemirror/theme-one-dark" : [" ./theme-one-dark/src/one-dark.ts" ]
42
44
}
43
45
},
You can’t perform that action at this time.
0 commit comments