mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -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
|
|
@ -40,7 +40,7 @@ local builtin_modules = {
|
|||
module_path = 'nvim-treesitter.indent',
|
||||
enable = false,
|
||||
disable = {},
|
||||
is_supported = queries.has_locals
|
||||
is_supported = queries.has_indents
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue