checkhealth for all query groups

This commit is contained in:
Stephan Seitz 2020-07-15 00:38:09 +02:00 committed by Thomas Vigouroux
parent f5f5e3ec51
commit 31d1f068fd
3 changed files with 14 additions and 20 deletions

View file

@ -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