You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: