Releases: lumen-oss/rocks-treesitter.nvim
Releases · lumen-oss/rocks-treesitter.nvim
v1.3.1
1.3.1 (2025-07-14)
Bug Fixes
- rockspec: restrict lua version to 5.1 (f624d0d)
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)