aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-04-27 14:00:40 +0200
committerChristian Clason <c.clason@uni-graz.at>2025-05-12 18:43:40 +0200
commitbdc2e01958209dea64fc1a8b7dbf34d0dd96930e (patch)
tree695eda52875ea765c6ed3558862167bdcfeb6731 /README.md
parentfeat(setup)!: remove ensure_install field (diff)
downloadnvim-treesitter-bdc2e01958209dea64fc1a8b7dbf34d0dd96930e.tar
nvim-treesitter-bdc2e01958209dea64fc1a8b7dbf34d0dd96930e.tar.gz
nvim-treesitter-bdc2e01958209dea64fc1a8b7dbf34d0dd96930e.tar.bz2
nvim-treesitter-bdc2e01958209dea64fc1a8b7dbf34d0dd96930e.tar.lz
nvim-treesitter-bdc2e01958209dea64fc1a8b7dbf34d0dd96930e.tar.xz
nvim-treesitter-bdc2e01958209dea64fc1a8b7dbf34d0dd96930e.tar.zst
nvim-treesitter-bdc2e01958209dea64fc1a8b7dbf34d0dd96930e.zip
feat(install)!: always generate from json if possible
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 23016ba58..d3de57759 100644
--- a/README.md
+++ b/README.md
@@ -28,9 +28,10 @@ The `nvim-treesitter` plugin provides
## Requirements
- Neovim 0.11.0 or later (nightly)
-- `tar` and `curl` in your path (or alternatively `git`)
-- [`tree-sitter`](https://github.com/tree-sitter/tree-sitter) CLI (0.24.0 or later)
+- `tar` and `curl` in your path
+- [`tree-sitter`](https://github.com/tree-sitter/tree-sitter) CLI (0.25.0 or later)
- a C compiler in your path (see <https://docs.rs/cc/latest/cc/#compile-time-requirements>)
+- `Node` (23.0.0 or later) for some parsers (see the [list of supported languages](SUPPORTED_LANGUAGES.md))
## Installation
@@ -74,9 +75,7 @@ Check [`:h nvim-treesitter-commands`](doc/nvim-treesitter.txt) for a list of all
For `nvim-treesitter` to support a specific feature for a specific language requires both a parser for that language and an appropriate language-specific query file for that feature.
-A list of the currently supported languages can be found [on this page](SUPPORTED_LANGUAGES.md).
-
-We are looking for maintainers to add more parsers and to write query files for their languages. Check our [tracking issue](https://github.com/nvim-treesitter/nvim-treesitter/issues/2282) for open language requests.
+A list of the currently supported languages can be found [on this page](SUPPORTED_LANGUAGES.md). If you wish to add a new language or improve the queries for the an existing one, please see our [contributing guide](CONTRIBUTING.md).
For related information on the supported languages, including related plugins, see [this wiki page](https://github.com/nvim-treesitter/nvim-treesitter/wiki/Supported-Languages-Information).