Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Add deprecation notice to README
Browse files Browse the repository at this point in the history
  • Loading branch information
HiPhish committed Jul 3, 2023
1 parent 1c7980d commit d6e82e2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
Rainbow delimiters for Neovim
###############################

.. warning::

This plugin is deprecated! Please use `rainbow-delimiters.nvim`_ instead
(`GitHub mirror`_). This plugin is implemented as a module for
`nvim-treesitter`_, but nvim-treesitter has deprecated the module feature.
Hence why I have created a new standalone plugin which does not depend on
nvim-treesitter.

This Neovim plugin provides alternating syntax highlighting (“rainbow
parentheses”) for Neovim, powered by `Tree-sitter`_. The goal is to have a
hackable plugin which allows for different configuration of queries and
Expand Down Expand Up @@ -137,3 +145,5 @@ Huge thanks to @vigoux, @theHamsta, @sogaiu, @bfredl and @sunjon and
.. _LICENSE: LICENSE
.. _manual: doc/ts-rainbow.txt
.. _neovim/neovim#17099: https://github.com/neovim/neovim/pull/17099
.. _rainbow-delimiters.nvim: https://gitlab.com/HiPhish/rainbow-delimiters.nvim
.. _GitHub mirror: https://github.com/hiphish/rainbow-delimiters.nvim

2 comments on commit d6e82e2

@mehalter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where do you see that nvim-treesitter has deprecated the module system that led to this change?

@HiPhish
Copy link
Owner Author

@HiPhish HiPhish commented on d6e82e2 Jul 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where do you see that nvim-treesitter has deprecated the module system that led to this change?

Here: nvim-treesitter/nvim-treesitter#4767

Yes, I was quite surprised myself as well. Though to be fair, it never made sense to me that there was such a module system in the first place. I only adopted it because that was what everyone else was using.

Please sign in to comment.