index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
nvim-treesitter
/
textobjects.lua
Age
Commit message (
Collapse
)
Author
2020-08-17
chore(textobjects): split up into submodules
Stephan Seitz
2020-08-17
Textobjects: set jump before going to adjacent_textobject
Stephan Seitz
2020-08-17
Textobject goto: treat end differently that start
Stephan Seitz
2020-08-17
Textobjects: Allow nested textobjects on goto_adjacent
Stephan Seitz
2020-08-17
chore(textobject): use query.find_best_match to find next/previous textobject
Stephan Seitz
2020-08-17
Textobjects: provide mappings for all swap/goto functions
Stephan Seitz
2020-08-17
Textobjects: Add goto_adjacent
Stephan Seitz
2020-08-17
Textobjects: add swap feature
Stephan Seitz
2020-08-06
Add noremap option to mappings
RafaĆ Camlet
2020-07-16
Refactor locals.lua:
Stephan Seitz
- shared query group stuff -> query.lua - local-specific stuff from ts_utils -> locals.lua
2020-07-16
Refactor: Add parsers.get_buf_lang
Stephan Seitz
2020-07-15
feat(textobjects): Add `start` to include preceding things like documentation
Stephan Seitz
2020-07-14
Update documentation for new modules 'refactor'/'textobjects'
Stephan Seitz
2020-07-14
Add textobjects module
Stephan Seitz