mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
Merge pull request #305 from theHamsta/textobjects-submodules
Textobjects submodules
This commit is contained in:
commit
b796f0725d
15 changed files with 513 additions and 133 deletions
|
|
@ -53,3 +53,6 @@
|
|||
|
||||
(preproc_else
|
||||
(_) @statement.outer)
|
||||
|
||||
(parameter_list
|
||||
(parameter_declaration) @parameter.inner)
|
||||
|
|
|
|||
|
|
@ -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