-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add sway to nvim-treesitter and deprecate syntax file #11
Comments
Hi @sdankel! |
@yehia67 Please do! The package is published at https://www.npmjs.com/package/tree-sitter-sway. |
On it 🏃
Wdyt @sdankel ? |
We want to make sway a supported language in |
Yeah, You successfully supported it here tree-sitter-sway. |
The flow for the user would be that they simply install nvim-treesitter, and then run To do this, we'll need to submit a PR to that repo to add the tree-sitter-sway parser. Here are example PRs: |
Ah, that makes perfect sense. Sorry for the confusion. I've created a draft pull request (PR) on my forked repository, which you can find here. Please let me know if there's anything else you need me to add; I would be happy to do so. Additionally, I've designated you as the maintainer of the language in this section of the README. If you would prefer that I tag someone else or mention myself instead, please let me know. |
The PR looks good to me, and thanks for adding me as the maintainer. Once it's merged and we can verify it, the next steps will be removing the syntaxes file from this repo and updating the README. Thank you for contributing! |
Thank you for your support 🙏 |
The maintainer of transmitter told me how to fix the queries, By using syntaxes of the Contribue.md I will check and keep you updated |
We should deprecate the syntax highlighting file in this repo and instead add sway to nvim-treesitter. That way we only need to keep the tree-sitter-sway grammar updated.
The text was updated successfully, but these errors were encountered: