mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -04:00
vim: add basic folding for if statements and functions (#2994)
This commit is contained in:
parent
178f24e121
commit
b705435453
1 changed files with 4 additions and 0 deletions
4
queries/vim/folds.scm
Normal file
4
queries/vim/folds.scm
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
[
|
||||||
|
(if_statement)
|
||||||
|
(function_definition)
|
||||||
|
] @fold
|
||||||
Loading…
Add table
Add a link
Reference in a new issue