mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
Add module refactor.highlight_current_scope
This commit is contained in:
parent
8dfe085c41
commit
ee80e1ebc5
4 changed files with 56 additions and 0 deletions
|
|
@ -40,6 +40,12 @@ local builtin_modules = {
|
|||
disable = {},
|
||||
is_supported = queries.has_locals
|
||||
},
|
||||
highlight_current_scope = {
|
||||
module_path = 'nvim-treesitter.refactor.highlight_current_scope',
|
||||
enable = false,
|
||||
disable = {},
|
||||
is_supported = queries.has_locals,
|
||||
},
|
||||
smart_rename = {
|
||||
module_path = 'nvim-treesitter.refactor.smart_rename',
|
||||
enable = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue