Treesitter indent

also fixes the memoize_by_buf_tick function
This commit is contained in:
kiyan42 2020-10-13 23:55:37 +02:00 committed by Kiyan Yazdani
parent 36b5f6f075
commit 1735528db5
5 changed files with 80 additions and 56 deletions

View file

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