aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2026-03-31 11:14:37 +0200
committerChristian Clason <ch.clason+github@icloud.com>2026-04-01 14:59:03 +0200
commit90cd6580e720caedacb91fdd587b747a6e77d61f (patch)
tree1da56f5d07820d6daa6b63b04883163ee89a68da
parentbot(parsers): update beancount, gotmpl, heex, helm, idl, javadoc, jinja, jinj... (diff)
downloadnvim-treesitter-90cd6580e720caedacb91fdd587b747a6e77d61f.tar
nvim-treesitter-90cd6580e720caedacb91fdd587b747a6e77d61f.tar.gz
nvim-treesitter-90cd6580e720caedacb91fdd587b747a6e77d61f.tar.bz2
nvim-treesitter-90cd6580e720caedacb91fdd587b747a6e77d61f.tar.lz
nvim-treesitter-90cd6580e720caedacb91fdd587b747a6e77d61f.tar.xz
nvim-treesitter-90cd6580e720caedacb91fdd587b747a6e77d61f.tar.zst
nvim-treesitter-90cd6580e720caedacb91fdd587b747a6e77d61f.zip
tests: add stable Nvim
-rw-r--r--.github/workflows/test-core.yml4
-rw-r--r--README.md5
2 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml
index 3a0b3cffa..0910099c6 100644
--- a/.github/workflows/test-core.yml
+++ b/.github/workflows/test-core.yml
@@ -15,8 +15,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
- nvim_tag: [nightly]
- name: ${{ matrix.os }}
+ nvim_tag: [stable, nightly]
+ name: ${{matrix.nvim_tag}} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
NVIM: ${{ matrix.os == 'windows-latest' && 'nvim-win64\\bin\\nvim.exe' || 'nvim' }}
diff --git a/README.md b/README.md
index 94206aa31..235df2dc3 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ The `nvim-treesitter` plugin provides
For details on these and how to help improving them, see [CONTRIBUTING.md](./CONTRIBUTING.md).
>[!CAUTION]
-> This is a full, incompatible, rewrite. If you can't or don't want to update, specify the [`master` branch](https://github.com/nvim-treesitter/nvim-treesitter/blob/master/README.md) (which is locked but will remain available for backward compatibility).
+> This is a full, incompatible, rewrite: Treat this as a different plugin you need to set up from scratch following the instructions below. If you can't or don't want to update, specify the [`master` branch](https://github.com/nvim-treesitter/nvim-treesitter/blob/master/README.md) (which is locked but will remain available for backward compatibility with Nvim 0.11).
# Quickstart
@@ -23,8 +23,9 @@ For details on these and how to help improving them, see [CONTRIBUTING.md](./CON
>[!IMPORTANT]
> The current **support policy** for Neovim is
+> * the _latest_ [stable release](https://github.com/neovim/neovim/releases/tag/stable),
> * the _latest_ [nightly prerelease](https://github.com/neovim/neovim/releases/tag/nightly).
-> Other versions may work but are neither tested nor considered for fixes. Once this plugin is [considered stable](https://github.com/nvim-treesitter/nvim-treesitter/issues/4767), support will be added for the latest release.
+> Other versions may work but are neither tested nor considered for fixes.
## Installation