mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
Merge pull request #14200 from teto/treesitter-checkhealth
feat: treesitter checkhealth
This commit is contained in:
@@ -45,7 +45,7 @@ describe('treesitter API', function()
|
||||
return {keys, lang.fields, symbols}
|
||||
]]))
|
||||
|
||||
eq({fields=true, symbols=true}, keys)
|
||||
eq({fields=true, symbols=true, _abi_version=true}, keys)
|
||||
|
||||
local fset = {}
|
||||
for _,f in pairs(fields) do
|
||||
|
Reference in New Issue
Block a user