mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Add compound_statement to c queries
This commit is contained in:
parent
a0b912ff8a
commit
95f4e10a62
1 changed files with 1 additions and 0 deletions
|
|
@ -36,3 +36,4 @@
|
|||
(while_statement) @scope
|
||||
(translation_unit) @scope
|
||||
(function_definition) @scope
|
||||
(compound_statement) @scope ; a block in curly braces
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue