feat: Add more bash queries

Add missing fold queries
Add "function" to keywords highlights
This commit is contained in:
Mike 2020-12-18 21:45:21 +00:00 committed by Thomas Vigouroux
parent 35dec1ceeb
commit 98fba24acf
2 changed files with 8 additions and 0 deletions

7
queries/bash/folds.scm Normal file
View file

@ -0,0 +1,7 @@
[
(function_definition)
(if_statement)
(case_statement)
(for_statement)
(while_statement)
] @fold