From ff744f81bce26c41d9186241d5313bd9cfced7af Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Mon, 31 Aug 2020 14:45:42 +0200 Subject: [PATCH] health: add fold queries to check health --- lua/nvim-treesitter/query.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/nvim-treesitter/query.lua b/lua/nvim-treesitter/query.lua index 2dd85e2aa..1d2857368 100644 --- a/lua/nvim-treesitter/query.lua +++ b/lua/nvim-treesitter/query.lua @@ -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.