From 992e9ef3d09c3a52adf847c426b52e32bafad519 Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Tue, 15 Jul 2025 09:37:41 -0700 Subject: [PATCH] ci: ensure parsers have a supported ABI version --- .tsqueryrc.json | 4 ++++ 1 file changed, 4 insertions(+) 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",