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",