diff options
| -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 4b2aec3bf..09fdbbdde 100644 --- a/lua/nvim-treesitter/query.lua +++ b/lua/nvim-treesitter/query.lua @@ -8,7 +8,7 @@ local M = {} local query_cache = caching.create_buffer_cache() -M.built_in_query_groups = {'highlights', 'locals', 'textobjects', 'folds', 'indents'} +M.built_in_query_groups = {'highlights', 'locals', 'folds', 'indents'} -- Creates a function that checks whether a given query exists -- for a specific language. |
