docs: update to rewrite

This updates

* README
* CONTRIBUTING
* the `:h nvim-treesitter` documentation

to the current state of `main`. It also adds a pull request template for
adding a new language.
This commit is contained in:
Christian Clason 2025-05-05 11:00:16 +02:00
parent a7ab4381ae
commit e8bfe271b0
8 changed files with 403 additions and 299 deletions

View file

@ -7,7 +7,7 @@ local health = vim.health
local M = {}
local NVIM_TREESITTER_MINIMUM_ABI = 13
local TREE_SITTER_MIN_VER = { 0, 25, 1 }
local TREE_SITTER_MIN_VER = { 0, 25, 4 }
---@param name string
---@return table?