diff options
| author | Thomas Vigouroux <tomvig38@gmail.com> | 2020-08-31 14:45:42 +0200 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2020-09-01 21:51:17 +0200 |
| commit | 419388d88718ab1d94286d1b0e40fcfde09aebb0 (patch) | |
| tree | 4717f937e431aa88c816d1a6fdc49afa03a975fd /lua | |
| parent | 03621e758c640b2ec20d32221d2e28ef0fd359e6 (diff) | |
health: add fold queries to check health
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/query.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/query.lua b/lua/nvim-treesitter/query.lua index 2dd85e2a..1d285736 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. |
