t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 111 forks source link

[WIP] support function-text-object in TreeSitter #1096

Closed t9md closed 6 years ago

t9md commented 6 years ago

WIP, Very rough state.

For #1095

Get function range of cursor position contained, by checking node.type of node.parent recursively up to rootNode.

TODO