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 @@ -36,6 +36,7 @@ package-lock.json
36
36
/lang-sass
37
37
/lang-jinja2
38
38
/lang-less
39
+ /lang-yaml
39
40
/legacy-modes
40
41
/theme-one-dark
41
42
.tern- *
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ exports.nonCore = [
32
32
"lang-vue" ,
33
33
"lang-liquid" ,
34
34
"lang-less" ,
35
+ "lang-yaml" ,
35
36
"legacy-modes" ,
36
37
"theme-one-dark" ,
37
38
"merge"
Original file line number Diff line number Diff line change 41
41
"@codemirror/lang-liquid" : [" ./lang-vue/src/liquid.ts" ],
42
42
"@codemirror/lang-sass" : [" ./lang-sass/src/sass.ts" ],
43
43
"@codemirror/lang-less" : [" ./lang-less/src/less.ts" ],
44
+ "@codemirror/lang-yaml" : [" ./lang-less/src/yaml.ts" ],
44
45
"@codemirror/theme-one-dark" : [" ./theme-one-dark/src/one-dark.ts" ]
45
46
}
46
47
},
You can’t perform that action at this time.
0 commit comments