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 @@ -21,6 +21,7 @@ package-lock.json
21
21
/lang-json
22
22
/lang-cpp
23
23
/lang-python
24
+ /lang-go
24
25
/lang-css
25
26
/lang-html
26
27
/lang-php
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ exports.nonCore = [
19
19
"lang-cpp" ,
20
20
"lang-php" ,
21
21
"lang-python" ,
22
+ "lang-go" ,
22
23
"lang-css" ,
23
24
"lang-sass" ,
24
25
"lang-html" ,
Original file line number Diff line number Diff line change 27
27
"@codemirror/lang-json" : [" ./lang-json/src/json.ts" ],
28
28
"@codemirror/lang-cpp" : [" ./lang-cpp/src/cpp.ts" ],
29
29
"@codemirror/lang-python" : [" ./lang-python/src/python.ts" ],
30
+ "@codemirror/lang-go" : [" ./lang-go/src/index.ts" ],
30
31
"@codemirror/lang-css" : [" ./lang-css/src/css.ts" ],
31
32
"@codemirror/lang-html" : [" ./lang-html/src/html.ts" ],
32
33
"@codemirror/lang-sql" : [" ./lang-sql/src/sql.ts" ],
41
42
"@codemirror/lang-liquid" : [" ./lang-vue/src/liquid.ts" ],
42
43
"@codemirror/lang-sass" : [" ./lang-sass/src/sass.ts" ],
43
44
"@codemirror/lang-less" : [" ./lang-less/src/less.ts" ],
44
- "@codemirror/lang-yaml" : [" ./lang-less /src/yaml.ts" ],
45
+ "@codemirror/lang-yaml" : [" ./lang-yaml /src/yaml.ts" ],
45
46
"@codemirror/theme-one-dark" : [" ./theme-one-dark/src/one-dark.ts" ]
46
47
}
47
48
},
You can’t perform that action at this time.
0 commit comments