health: add fold queries to check health

This commit is contained in:
Thomas Vigouroux 2020-08-31 14:45:42 +02:00
parent 7ed35ffe60
commit ff744f81bc

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.