health: add fold queries to check health

This commit is contained in:
Thomas Vigouroux 2020-08-31 14:45:42 +02:00
parent 03621e758c
commit 419388d887

View file

@ -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.