summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/refactor/highlight_current_scope.lua
AgeCommit message (Collapse)Author
2020-09-25chore(modules): remove refactor moduleSteven Sojka
2020-08-31fix(highlight_current_scope): Ensure that detach is a inverse of attachStephan Seitz
2020-08-22fix(modules): do not reattach if already attachedSteven Sojka
2020-07-16Refactor locals.lua:Stephan Seitz
- shared query group stuff -> query.lua - local-specific stuff from ts_utils -> locals.lua
2020-07-13Add module refactor.highlight_current_scopeStephan Seitz