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

Tree-sitter support #309

Open
gbaranski opened this issue Aug 4, 2021 · 3 comments
Open

Tree-sitter support #309

gbaranski opened this issue Aug 4, 2021 · 3 comments

Comments

@gbaranski
Copy link

gbaranski commented Aug 4, 2021

Tree-sitter is a parsing library that can be used with editors such as neovim or helix(by default). Would it be possible to add support for it?

@kvark
Copy link
Collaborator

kvark commented Aug 13, 2021

Would be great!

@txtyash
Copy link

txtyash commented Nov 8, 2021

Yes, definitely need that.

@mcobzarenco
Copy link

mcobzarenco commented May 8, 2022

I've written a ron tree-sitter grammar (repo) -- early days, but hopefully may be useful to others.

I've written it to use in the zee text editor which uses ron for its config too. It should be easy to add to any editor with support for tree sitter parsers (such as helix mentioned by OP), though you'll have to write the highlights query.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants