mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
checkhealth for all query groups
This commit is contained in:
parent
f5f5e3ec51
commit
31d1f068fd
3 changed files with 14 additions and 20 deletions
|
|
@ -2,7 +2,7 @@
|
|||
local function do_check()
|
||||
local parsers = require 'nvim-treesitter.parsers'.available_parsers()
|
||||
local queries = require 'nvim-treesitter.query'
|
||||
local query_types = {'highlights', 'locals', 'textobjects'}
|
||||
local query_types = queries.built_in_query_groups
|
||||
|
||||
for _, lang in pairs(parsers) do
|
||||
for _, query_type in pairs(query_types) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue