Skip to content

Commit b9489cd

Browse files
committed
Add lang-less package
1 parent 161a085 commit b9489cd

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ package-lock.json
3434
/lang-vue
3535
/lang-sass
3636
/lang-jinja2
37+
/lang-less
3738
/legacy-modes
3839
/theme-one-dark
3940
.tern-*

bin/packages.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ exports.nonCore = [
3030
"lang-wast",
3131
"lang-angular",
3232
"lang-vue",
33+
"lang-less",
3334
"legacy-modes",
3435
"theme-one-dark",
3536
"merge"

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
"@codemirror/lang-wast": ["./lang-wast/src/wast.ts"],
3939
"@codemirror/lang-angular": ["./lang-angular/src/angular.ts"],
4040
"@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"],
4143
"@codemirror/theme-one-dark": ["./theme-one-dark/src/one-dark.ts"]
4244
}
4345
},

0 commit comments

Comments
 (0)