mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
Treesitter indent
also fixes the memoize_by_buf_tick function
This commit is contained in:
parent
36b5f6f075
commit
1735528db5
5 changed files with 80 additions and 56 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue