mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
Textobjects: add swap feature
This commit is contained in:
parent
a5c89f3762
commit
5cfa03f2bd
5 changed files with 185 additions and 12 deletions
|
|
@ -13,3 +13,6 @@
|
|||
|
||||
(template_declaration
|
||||
(class_specifier) @class.outer) @class.outer.start
|
||||
|
||||
(parameter_list
|
||||
(optional_parameter_declaration) @parameter.inner)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue