summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/ts_utils.lua
AgeCommit message (Expand)Author
2022-04-21fix(ts_utils): fix swap_nodes after get_node_text changefrancisco souza
2022-04-18fixup: restore old implementationChristian Clason
2022-04-18chore: deprecate ts_utils.get_node_textStephan Seitz
2022-04-16remove ignore_child_trees from get_node_at_positionMarcus Caisey
2022-04-16add ignore_injected_langs to get_node_at_cursorMarcus Caisey
2022-02-03fix(utils): adjust truncation conditionMichael Lan
2022-01-15fix(util): pass offset_encoding to apply_text_editsChristian Clason
2022-01-08Fix get_node_textMDeiml
2022-01-04Fix: Account for winnr being nil in calls to get_node_at_cursorWil Thomason
2021-12-20goto_node: normalize range for nvim_win_set_cursorSantos Gallegos
2021-11-12feat: get node at cursor of other winFabian David Schmidt
2021-09-24Use vim-range style (1-index based) when possible (#1841)Santos Gallegos
2021-09-19Fix incremental selection for nodes that include EOLSantos Gallegos
2021-07-04Use stylua for autoformat code (#1480)Santos Gallegos
2021-03-30refactor(all): language tree adaption (#1105)Steven Sojka
2021-02-27chore: remove useless code and indent fileskiyan
2021-02-21Add "v", "V", "<C-v>" as valid options of `selection_mode`.echasnovski
2021-02-21Add `selection_mode` argument to `ts_utils.update_selection()`.echasnovski
2021-01-08removed async changedtickBrian Shu
2021-01-08async buf_attachBrian Shu
2021-01-07removed async changedtickBrian Shu
2021-01-07async buf_attachBrian Shu
2020-11-23fix: update interface following languagetree merge (#687)Thomas Vigouroux
2020-10-19Treesitter indentkiyan42
2020-08-31feat(refactor.navigation): add navigation.goto_{next,previous}_usageStephan Seitz
2020-08-17Textobjects: set jump before going to adjacent_textobjectStephan Seitz
2020-08-17Textobjects: add swap featureStephan Seitz
2020-08-13fix(definitions): optimize and fix definition highlightingSteven Sojka
2020-07-27configs: attach on unknown parsers tooThomas Vigouroux
2020-07-20Fix #206: Use lsp.util.apply_text_edits for smart_renameStephan Seitz
2020-07-20Fixed to use normal! instead of normalSteve Vermeulen
2020-07-16Refactor locals.lua:Stephan Seitz
2020-07-16fix(ts_utils): be sure to parse to get rootThomas Vigouroux
2020-07-15feat(textobjects): Add `start` to include preceding things like documentationStephan Seitz
2020-07-14Add textobjects moduleStephan Seitz
2020-07-13Add ts_utils.highlight_nodeStephan Seitz
2020-07-08fix(refactor): highlight def perf issue fixSteven Sojka
2020-07-05Make luacheck happyStephan Seitz
2020-06-30refactor(refactor): use higher local apis and some cleanupSteven Sojka
2020-06-30feat(refactor): add definition navigation moduleSteven Sojka
2020-06-30feat(refactor): add smart rename moduleSteven Sojka
2020-06-30feat(refactor): highlight usages moduleSteven Sojka
2020-06-19add winnr to get_node_at_cursorkiyan42
2020-06-19refacto: remove buf_statekiyan42
2020-05-12refacto/feat: better handling of parser updateskiyan42