File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ package-lock.json
36
36
/lang-vue
37
37
/lang-liquid
38
38
/lang-sass
39
- /lang-jinja2
39
+ /lang-jinja
40
40
/lang-less
41
41
/lang-yaml
42
42
/legacy-modes
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ exports.nonCore = [
34
34
"lang-liquid" ,
35
35
"lang-less" ,
36
36
"lang-yaml" ,
37
+ "lang-jinja" ,
37
38
"legacy-modes" ,
38
39
"theme-one-dark" ,
39
40
"merge" ,
Original file line number Diff line number Diff line change 44
44
"@codemirror/lang-sass" : [" ./lang-sass/src/sass.ts" ],
45
45
"@codemirror/lang-less" : [" ./lang-less/src/less.ts" ],
46
46
"@codemirror/lang-yaml" : [" ./lang-yaml/src/yaml.ts" ],
47
+ "@codemirror/lang-jinja" : [" ./lang-jinja/src/jinja.ts" ],
47
48
"@codemirror/theme-one-dark" : [" ./theme-one-dark/src/one-dark.ts" ]
48
49
}
49
50
},
You can’t perform that action at this time.
0 commit comments