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