mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
fix(c): fold switch statements
This commit is contained in:
parent
e86544caa7
commit
03bb038c70
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
(if_statement)
|
(if_statement)
|
||||||
(while_statement)
|
(while_statement)
|
||||||
(translation_unit)
|
(translation_unit)
|
||||||
|
(switch_statement)
|
||||||
(function_definition)
|
(function_definition)
|
||||||
(struct_specifier)
|
(struct_specifier)
|
||||||
(comment)
|
(comment)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue