stevearc / aerial.nvim

Neovim plugin for a code outline window
MIT License
1.69k stars 83 forks source link

[DRAFT] groovy support #350

Closed emmanueltouzery closed 6 months ago

emmanueltouzery commented 6 months ago

some work on groovy support. this works for me, so my intention was to collect the JSON as produced by the test and store this as reference for the test, however it seems in the tests tree-sitter cannot parse my scheme file. I'm assuming it's because I'm using neovim 0.9 and probably a slightly older tree-sitter, while the tests run the latest versions of everything.

i'm hoping to migrate to 0.10 and upgrade my dependencies when 0.10 gets released, which should be soon (released planned on april first). At that point I could upgrade that PR.

however I thought I'd just dump this here for now, also in case I'm maybe mistaken and the reason for the test failures is somewhere else.

emmanueltouzery commented 6 months ago

alright, it's not about 0.10, it's about 0.9 because my tree-sitter was outdated, and also i won't want to support 0.8 as the grammar was completely different. i'll close for now and reopen when i'll be closer.