Releases: nvim-neorocks/rocks-treesitter.nvim
Releases · nvim-neorocks/rocks-treesitter.nvim
v1.3.0
1.3.0 (2024-12-21)
Features
- add filetype .pacscript to parser map (#44) (a565e19)
v1.2.0
1.2.0 (2024-11-16)
Features
- Add support for an optional import config path (#41) (deba3c2)
v1.1.3
1.1.3 (2024-09-19)
Bug Fixes
- prefer released version over dev package when using auto_install (#36) (9cddec4)
v1.1.2
1.1.2 (2024-08-31)
Bug Fixes
- handle
vim.version.parse
returning nil
(#34) (615dabe)
v1.1.1
1.1.1 (2024-08-29)
Bug Fixes
- error when disable config returns
false
(63b711c), closes #31
v1.1.0
1.1.0 (2024-08-28)
Features
- more fine-grained control for disabling highlighting (#29) (b0ee339)
v1.0.3
1.0.3 (2024-07-31)
Bug Fixes
- config: handle when
auto_install
is false
(#24) (3d19180)
v1.0.2
1.0.2 (2024-07-19)
Bug Fixes
- install latest non-dev parser version if available (c63b5bb)
v1.0.1
1.0.1 (2024-07-19)
Bug Fixes
- don't install
dev
parsers (448652a)
v1.0.0
1.0.0 (2024-07-18)
⚠ BREAKING CHANGES
- skeleton for rewrite + add WIP notice
Features
- add filetype to parser map. Get rid of broken ci workflow (33c988b)
- add gen-rockspec.lua (73e3405)
- add some filetype to parser mappings (7117034)
- initial commit (37e890b)
- initial implementation of auto highlight + auto install (5c145dc)
- remove nvim-treesitter version constraint (029dde9)
- skeleton for rewrite + add WIP notice (ab5fe60)
- store previously declined installs (1ad2803)
Bug Fixes
- auto_install: fall back to luarocks.org query if cache is not populated (c9ab744)
- macos: parsers reinstalling when opening their filetype (6c1324f)
- return early if rock is found in cache (7540153)
- stop using deprecated
Rocks packadd
(09b24aa)
- ui: proper usage of
vim.fn.confirm
(#17) (59903dc)