diff --git a/README.md b/README.md index cd86e7612..80a1081b6 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ More examples can be found in [our gallery](https://github.com/nvim-treesitter/n **Warning: Treesitter and nvim-treesitter highlighting are an experimental feature of Neovim. Please consider the experience with this plug-in as experimental until Tree-Sitter support in Neovim is stable! We recommend using the nightly builds of Neovim if possible. -You can find the current roadmap [here](https://github.com/nvim-treesitter/nvim-treesitter/projects/1). +You can find the current roadmap [here](https://github.com/nvim-treesitter/nvim-treesitter/issues/4767). The roadmap and all features of this plugin are open to change, and any suggestion will be highly appreciated!** Nvim-treesitter is based on three interlocking features: [**language parsers**](#language-parsers), [**queries**](#adding-queries), and [**modules**](#available-modules), where _modules_ provide features – e.g., highlighting – based on _queries_ for syntax objects extracted from a given buffer by _language parsers_.