mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Also check textobjects queries in check-queries.lua
This commit is contained in:
parent
d351c9b342
commit
01c9f823f6
1 changed files with 1 additions and 1 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'}
|
||||
local query_types = {'highlights', 'locals', 'textobjects'}
|
||||
|
||||
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