diff options
| author | kiyan42 <yazdani.kiyan@protonmail.com> | 2020-10-13 23:55:37 +0200 |
|---|---|---|
| committer | Kiyan Yazdani <yazdani.kiyan@protonmail.com> | 2020-10-19 21:08:15 +0200 |
| commit | 1735528db5866d4ccdf117fb7f4c7fd2b724e4db (patch) | |
| tree | f7b20f610547eb54dd8a217658b006bc8040b405 /lua/nvim-treesitter/query.lua | |
| parent | 36b5f6f075114b5566d0ab225f97466ff36de41f (diff) | |
Treesitter indent
also fixes the memoize_by_buf_tick function
Diffstat (limited to 'lua/nvim-treesitter/query.lua')
| -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 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. |
