Skip to content

Commit f482298

Browse files
committed
Add lang-vue package
1 parent 0c3a283 commit f482298

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ package-lock.json
3131
/lang-lezer
3232
/lang-wast
3333
/lang-angular
34+
/lang-vue
3435
/legacy-modes
3536
/theme-one-dark
3637
.tern-*

bin/packages.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ exports.nonCore = [
2828
"lang-lezer",
2929
"lang-wast",
3030
"lang-angular",
31+
"lang-vue",
3132
"legacy-modes",
3233
"theme-one-dark",
3334
"merge"

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"@codemirror/lang-lezer": ["./lang-lezer/src/index.ts"],
3737
"@codemirror/lang-php": ["./lang-php/src/php.ts"],
3838
"@codemirror/lang-wast": ["./lang-wast/src/wast.ts"],
39-
"@codemirror/lang-angular": ["./lang-wast/src/angular.ts"],
39+
"@codemirror/lang-angular": ["./lang-angular/src/angular.ts"],
40+
"@codemirror/lang-vue": ["./lang-vue/src/vue.ts"],
4041
"@codemirror/theme-one-dark": ["./theme-one-dark/src/one-dark.ts"]
4142
}
4243
},

0 commit comments

Comments
 (0)