mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
15 lines
346 B
Scheme
15 lines
346 B
Scheme
|
|
(class_specifier
|
|
body: (_) @class.inner) @class.outer
|
|
|
|
(for_range_loop
|
|
(_)? @loop.inner) @loop.outer
|
|
|
|
(template_declaration
|
|
(function_definition) @function.outer) @function.outer.start
|
|
|
|
(template_declaration
|
|
(struct_specifier) @class.outer) @class.outer.start
|
|
|
|
(template_declaration
|
|
(class_specifier) @class.outer) @class.outer.start
|