mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
health: add fold queries to check health
This commit is contained in:
parent
03621e758c
commit
419388d887
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ M.query_extensions = {
|
|||
tsx = {'javascript.jsx'}
|
||||
}
|
||||
|
||||
M.built_in_query_groups = {'highlights', 'locals', 'textobjects'}
|
||||
M.built_in_query_groups = {'highlights', 'locals', 'textobjects', 'fold'}
|
||||
|
||||
-- Creates a function that checks whether a certain query exists
|
||||
-- for a specific language.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue