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