-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 Groovy grammar #9350
Add Groovy grammar #9350
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@chernetskyi any chance to get he merge conflicts resolved? |
Co-authored-by: Michael Davis <[email protected]>
Co-authored-by: Michael Davis <[email protected]>
Done. Hopefully, it will be merged soon, so no new conflicts can appear. |
It looks like nvim-treesitter switched to a more complete parser just recently: nvim-treesitter/nvim-treesitter@d4dac52 Should we update helix with these changes as well? |
Feel free to open up a PR switching the parser and queries if it's an improvement |
@the-mikedavis here you go! #9677 |
* Add Groovy grammar * Rewrite Neovim captures into Helix for Groovy * Simplify Groovy injections Co-authored-by: Michael Davis <[email protected]> * Remove Neovim's spell from Groovy highlights Co-authored-by: Michael Davis <[email protected]> * Apply suggestions to languages.toml * Escape backslash in groovy highlights.scm --------- Co-authored-by: Michael Davis <[email protected]>
* Add Groovy grammar * Rewrite Neovim captures into Helix for Groovy * Simplify Groovy injections Co-authored-by: Michael Davis <[email protected]> * Remove Neovim's spell from Groovy highlights Co-authored-by: Michael Davis <[email protected]> * Apply suggestions to languages.toml * Escape backslash in groovy highlights.scm --------- Co-authored-by: Michael Davis <[email protected]>
* Add Groovy grammar * Rewrite Neovim captures into Helix for Groovy * Simplify Groovy injections Co-authored-by: Michael Davis <[email protected]> * Remove Neovim's spell from Groovy highlights Co-authored-by: Michael Davis <[email protected]> * Apply suggestions to languages.toml * Escape backslash in groovy highlights.scm --------- Co-authored-by: Michael Davis <[email protected]>
* Add Groovy grammar * Rewrite Neovim captures into Helix for Groovy * Simplify Groovy injections Co-authored-by: Michael Davis <[email protected]> * Remove Neovim's spell from Groovy highlights Co-authored-by: Michael Davis <[email protected]> * Apply suggestions to languages.toml * Escape backslash in groovy highlights.scm --------- Co-authored-by: Michael Davis <[email protected]>
* Add Groovy grammar * Rewrite Neovim captures into Helix for Groovy * Simplify Groovy injections Co-authored-by: Michael Davis <[email protected]> * Remove Neovim's spell from Groovy highlights Co-authored-by: Michael Davis <[email protected]> * Apply suggestions to languages.toml * Escape backslash in groovy highlights.scm --------- Co-authored-by: Michael Davis <[email protected]>
Closes #4211
Took queries from nvim-treesitter.