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

Clojure tree sitter has changed, Conjure requires updates to understand the new tree #482

Closed
Olical opened this issue Apr 17, 2023 · 0 comments
Labels

Comments

@Olical
Copy link
Owner

Olical commented Apr 17, 2023

If you're updating your Clojure Tree Sitter grammar regularly you may find that the eval mappings aren't working correctly.

This appears to be because the Clojure TS system is now splitting more of the code up into smaller chunks for highlighting / parsing reasons. This should be good in the long term, but I once again need to update the Tree Sitter <-> Conjure integration to handle the new, higher fidelity, tree structure.

Sorry for any issues caused until I can get it updated!

@Olical Olical added bug Something isn't working client-clojure tree-sitter labels Apr 17, 2023
Olical added a commit that referenced this issue Apr 17, 2023
…n full again (need to make this configurable per client) #482
Olical added a commit that referenced this issue Apr 17, 2023
@Olical Olical closed this as completed May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant