mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
Add textobjects module
This commit is contained in:
parent
c42c38a834
commit
69cabc69be
9 changed files with 216 additions and 27 deletions
3
queries/python/textobjects.scm
Normal file
3
queries/python/textobjects.scm
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
(function_definition
|
||||
body: (block)? @function.inner) @function.outer
|
||||
Loading…
Add table
Add a link
Reference in a new issue