Skip to content

Commit

Permalink
Add Go package
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Feb 16, 2024
1 parent 1917dd0 commit ec82109
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ package-lock.json
/lang-json
/lang-cpp
/lang-python
/lang-go
/lang-css
/lang-html
/lang-php
Expand Down
1 change: 1 addition & 0 deletions bin/packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ exports.nonCore = [
"lang-cpp",
"lang-php",
"lang-python",
"lang-go",
"lang-css",
"lang-sass",
"lang-html",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@codemirror/lang-json": ["./lang-json/src/json.ts"],
"@codemirror/lang-cpp": ["./lang-cpp/src/cpp.ts"],
"@codemirror/lang-python": ["./lang-python/src/python.ts"],
"@codemirror/lang-go": ["./lang-go/src/index.ts"],
"@codemirror/lang-css": ["./lang-css/src/css.ts"],
"@codemirror/lang-html": ["./lang-html/src/html.ts"],
"@codemirror/lang-sql": ["./lang-sql/src/sql.ts"],
Expand All @@ -41,7 +42,7 @@
"@codemirror/lang-liquid": ["./lang-vue/src/liquid.ts"],
"@codemirror/lang-sass": ["./lang-sass/src/sass.ts"],
"@codemirror/lang-less": ["./lang-less/src/less.ts"],
"@codemirror/lang-yaml": ["./lang-less/src/yaml.ts"],
"@codemirror/lang-yaml": ["./lang-yaml/src/yaml.ts"],
"@codemirror/theme-one-dark": ["./theme-one-dark/src/one-dark.ts"]
}
},
Expand Down

0 comments on commit ec82109

Please sign in to comment.