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 @@ -32,6 +32,7 @@ package-lock.json
32
32
/lang-wast
33
33
/lang-angular
34
34
/lang-vue
35
+ /lang-liquid
35
36
/lang-sass
36
37
/lang-jinja2
37
38
/lang-less
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-liquid" ,
33
34
"lang-less" ,
34
35
"legacy-modes" ,
35
36
"theme-one-dark" ,
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-liquid" : [" ./lang-vue/src/liquid.ts" ],
41
42
"@codemirror/lang-sass" : [" ./lang-sass/src/sass.ts" ],
42
43
"@codemirror/lang-less" : [" ./lang-less/src/less.ts" ],
43
44
"@codemirror/theme-one-dark" : [" ./theme-one-dark/src/one-dark.ts" ]
You can’t perform that action at this time.
0 commit comments