mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Remove textobjects from built_in_query_groups
This commit is contained in:
parent
f115d0ebaa
commit
4da47d6dea
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ local M = {}
|
|||
|
||||
local query_cache = caching.create_buffer_cache()
|
||||
|
||||
M.built_in_query_groups = {'highlights', 'locals', 'textobjects', 'folds', 'indents'}
|
||||
M.built_in_query_groups = {'highlights', 'locals', 'folds', 'indents'}
|
||||
|
||||
-- Creates a function that checks whether a given query exists
|
||||
-- for a specific language.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue