Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Use official grammar repo for OpenSCAD #896

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ This name should be decided amongst the team before the release.
<!-- - <Changes in existing functionality> -->
- [#859](https://github.com/tweag/topiary/pull/859) Break up integration tests per language, thanks to @mkatychev
- [#871](https://github.com/tweag/topiary/pull/859) Switch to `mold` linker for CI tests, thanks to @mkatychev
- [#871](https://github.com/tweag/topiary/pull/896) Use official grammar repo for OpenSCAD, thanks to @mkatychev
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [#871](https://github.com/tweag/topiary/pull/896) Use official grammar repo for OpenSCAD, thanks to @mkatychev
- [#896](https://github.com/tweag/topiary/pull/896) Use official grammar repo for OpenSCAD, thanks to @mkatychev


<!-- ### Deprecated -->
<!-- - <Soon-to-be removed features> -->
Expand Down
34 changes: 17 additions & 17 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
};

tree-sitter-openscad = {
url = "github:mkatychev/tree-sitter-openscad";
url = "github:openscad/tree-sitter-openscad";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down
4 changes: 2 additions & 2 deletions topiary-config/languages.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
openscad = {
extensions = ["scad"],
grammar.source.git = {
git = "https://github.com/mkatychev/tree-sitter-openscad.git",
rev = "270e5ff749edfacc84a6e4a434abd4e8b0f70bbe",
git = "https://github.com/openscad/tree-sitter-openscad.git",
rev = "654280c0ea7beaa81c402f199a13f25379535f89",
},
},

Expand Down
Loading