vim: add basic folding for if statements and functions (#2994)

This commit is contained in:
Seth Barberee 2022-06-07 02:10:09 -05:00 committed by GitHub
parent 178f24e121
commit b705435453
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
queries/vim/folds.scm Normal file
View file

@ -0,0 +1,4 @@
[
(if_statement)
(function_definition)
] @fold