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

WIP: Add treesitter string parser #12388

Closed
wants to merge 4 commits into from

Conversation

tjdevries
Copy link
Contributor

I want to be able to access the Lua bindings for the tree sitter stuff that @bfredl made w/out actually loading text into a buffer (or doing on change, etc.).

I think this PR works... not the prettiest yet though.

@vigoux you might be interested in this.

@tjdevries tjdevries changed the title WIP: Add string parser WIP: Add treesitter string parser May 28, 2020
vigoux and others added 2 commits May 28, 2020 14:31
Since tree-sitter PR 615, predicates are not parsed the same.
"Old" way of writing predicates is still supported.
@tjdevries
Copy link
Contributor Author

@vigoux Do you want to take over this PR? I don't have time to finish up all the stuff for tree sitter at the moment. You could include it in your ranges PR if you wanted, or separately. You'd just need to pop out the update runtime commit that I added in here to get it to work.

Alternatively, we could merge a rougher draft version of this that works and then come back to iterating on it later.

@vigoux
Copy link
Member

vigoux commented Jun 14, 2020

Not sure if I will wee where this pr should go but I can try if you want

@tjdevries
Copy link
Contributor Author

Hey @bfredl or @vigoux could one of you make me a tree sitter string parser? :) I want to be able to use it on files that aren't open please :)

@vigoux it's one of the steps I need for the Lua treesitter thing that I'm working on :)

Thanks.

@vigoux
Copy link
Member

vigoux commented Sep 9, 2020

I'll look into that then!

@tjdevries
Copy link
Contributor Author

@vigoux made this happen in a different PR. Ty buddy :)

@tjdevries tjdevries closed this Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants