aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiley Bruins <ribru17@hotmail.com>2025-07-15 09:37:41 -0700
committerChristian Clason <ch.clason+github@icloud.com>2025-07-16 10:54:41 +0200
commit992e9ef3d09c3a52adf847c426b52e32bafad519 (patch)
treeeb861ecf7015d9e24d35919154b22cc115fde562
parentdocs: specify fold dos and don'ts (diff)
downloadnvim-treesitter-992e9ef3d09c3a52adf847c426b52e32bafad519.tar
nvim-treesitter-992e9ef3d09c3a52adf847c426b52e32bafad519.tar.gz
nvim-treesitter-992e9ef3d09c3a52adf847c426b52e32bafad519.tar.bz2
nvim-treesitter-992e9ef3d09c3a52adf847c426b52e32bafad519.tar.lz
nvim-treesitter-992e9ef3d09c3a52adf847c426b52e32bafad519.tar.xz
nvim-treesitter-992e9ef3d09c3a52adf847c426b52e32bafad519.tar.zst
nvim-treesitter-992e9ef3d09c3a52adf847c426b52e32bafad519.zip
ci: ensure parsers have a supported ABI version
-rw-r--r--.tsqueryrc.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.tsqueryrc.json b/.tsqueryrc.json
index 6d020e987..e8e7fd920 100644
--- a/.tsqueryrc.json
+++ b/.tsqueryrc.json
@@ -1,6 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/ribru17/ts_query_ls/refs/heads/master/schemas/config.json",
"parser_install_directories": ["${HOME}/.local/share/nvim/site/parser"],
+ "supported_abi_versions": {
+ "start": 13,
+ "end": 15
+ },
"parser_aliases": {
"html_tags": "html",
"ecma": "javascript",