mirror of
https://github.com/neovim/neovim.git
synced 2025-11-03 09:14:24 +00:00
feat(ts): include parser ABI version in 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