mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
ci: ensure parsers have a supported ABI version
This commit is contained in:
parent
8d8ca0996c
commit
992e9ef3d0
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/ribru17/ts_query_ls/refs/heads/master/schemas/config.json",
|
"$schema": "https://raw.githubusercontent.com/ribru17/ts_query_ls/refs/heads/master/schemas/config.json",
|
||||||
"parser_install_directories": ["${HOME}/.local/share/nvim/site/parser"],
|
"parser_install_directories": ["${HOME}/.local/share/nvim/site/parser"],
|
||||||
|
"supported_abi_versions": {
|
||||||
|
"start": 13,
|
||||||
|
"end": 15
|
||||||
|
},
|
||||||
"parser_aliases": {
|
"parser_aliases": {
|
||||||
"html_tags": "html",
|
"html_tags": "html",
|
||||||
"ecma": "javascript",
|
"ecma": "javascript",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue