mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -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",
|
||||
"parser_install_directories": ["${HOME}/.local/share/nvim/site/parser"],
|
||||
"supported_abi_versions": {
|
||||
"start": 13,
|
||||
"end": 15
|
||||
},
|
||||
"parser_aliases": {
|
||||
"html_tags": "html",
|
||||
"ecma": "javascript",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue