aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-05-05 11:00:16 +0200
committerChristian Clason <c.clason@uni-graz.at>2025-05-12 18:43:41 +0200
commite8bfe271b0da136048cdf20128b758ec87318479 (patch)
tree7ff4f564acf75128647e4d9dfb6c3287623acdea /lua
parentfeat(parsers): update t32, query, markdown, markdown_inline, meson, hyprlang,... (diff)
downloadnvim-treesitter-e8bfe271b0da136048cdf20128b758ec87318479.tar
nvim-treesitter-e8bfe271b0da136048cdf20128b758ec87318479.tar.gz
nvim-treesitter-e8bfe271b0da136048cdf20128b758ec87318479.tar.bz2
nvim-treesitter-e8bfe271b0da136048cdf20128b758ec87318479.tar.lz
nvim-treesitter-e8bfe271b0da136048cdf20128b758ec87318479.tar.xz
nvim-treesitter-e8bfe271b0da136048cdf20128b758ec87318479.tar.zst
nvim-treesitter-e8bfe271b0da136048cdf20128b758ec87318479.zip
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.
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/health.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/health.lua b/lua/nvim-treesitter/health.lua
index 8ca51814e..6904899f6 100644
--- a/lua/nvim-treesitter/health.lua
+++ b/lua/nvim-treesitter/health.lua
@@ -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?