From 1735528db5866d4ccdf117fb7f4c7fd2b724e4db Mon Sep 17 00:00:00 2001 From: kiyan42 Date: Tue, 13 Oct 2020 23:55:37 +0200 Subject: Treesitter indent also fixes the memoize_by_buf_tick function --- lua/nvim-treesitter/query.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/nvim-treesitter/query.lua') diff --git a/lua/nvim-treesitter/query.lua b/lua/nvim-treesitter/query.lua index 3b3b171a..4b2aec3b 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'} +M.built_in_query_groups = {'highlights', 'locals', 'textobjects', 'folds', 'indents'} -- Creates a function that checks whether a given query exists -- for a specific language. -- cgit v1.2.3