aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/query.lua2
1 files changed, 1 insertions, 1 deletions
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.