mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 16:00:02 -04:00
Add fold.scm
This commit is contained in:
parent
90cddb0112
commit
485cedeed6
1 changed files with 9 additions and 0 deletions
9
queries/cmake/fold.scm
Normal file
9
queries/cmake/fold.scm
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
[
|
||||||
|
(normal_command)
|
||||||
|
(if_condition)
|
||||||
|
(foreach_loop)
|
||||||
|
(while_loop)
|
||||||
|
(function_def)
|
||||||
|
(macro_def)
|
||||||
|
(message_command)
|
||||||
|
] @fold
|
||||||
Loading…
Add table
Add a link
Reference in a new issue