Skip to content

Releases: nvim-neorocks/rocks-treesitter.nvim

v1.3.0

21 Dec 12:36
d7a6478
Compare
Choose a tag to compare

1.3.0 (2024-12-21)

Features

  • add filetype .pacscript to parser map (#44) (a565e19)

v1.2.0

16 Nov 12:54
52d64ab
Compare
Choose a tag to compare

1.2.0 (2024-11-16)

Features

  • Add support for an optional import config path (#41) (deba3c2)

v1.1.3

19 Sep 17:45
ace7904
Compare
Choose a tag to compare

1.1.3 (2024-09-19)

Bug Fixes

  • prefer released version over dev package when using auto_install (#36) (9cddec4)

v1.1.2

31 Aug 11:50
48a6c86
Compare
Choose a tag to compare

1.1.2 (2024-08-31)

Bug Fixes

  • handle vim.version.parse returning nil (#34) (615dabe)

v1.1.1

29 Aug 07:16
63f6fea
Compare
Choose a tag to compare

1.1.1 (2024-08-29)

Bug Fixes

  • error when disable config returns false (63b711c), closes #31

v1.1.0

28 Aug 09:11
fd0c830
Compare
Choose a tag to compare

1.1.0 (2024-08-28)

Features

  • more fine-grained control for disabling highlighting (#29) (b0ee339)

v1.0.3

31 Jul 13:45
c6e9ca5
Compare
Choose a tag to compare

1.0.3 (2024-07-31)

Bug Fixes

  • config: handle when auto_install is false (#24) (3d19180)

v1.0.2

19 Jul 08:27
8ef0423
Compare
Choose a tag to compare

1.0.2 (2024-07-19)

Bug Fixes

  • install latest non-dev parser version if available (c63b5bb)

v1.0.1

19 Jul 08:02
25ab941
Compare
Choose a tag to compare

1.0.1 (2024-07-19)

Bug Fixes

  • don't install dev parsers (448652a)

v1.0.0

18 Jul 19:45
08599c5
Compare
Choose a tag to compare

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)