Regenerate nvim config
This commit is contained in:
18
config/neovim/store/nvim-treesitter/queries/hare/folds.scm
Normal file
18
config/neovim/store/nvim-treesitter/queries/hare/folds.scm
Normal file
@ -0,0 +1,18 @@
|
||||
[
|
||||
(imports)
|
||||
(function_declaration)
|
||||
(enum_type)
|
||||
(struct_type)
|
||||
(tuple_type)
|
||||
(union_type)
|
||||
(block)
|
||||
(if_statement)
|
||||
(for_statement)
|
||||
(call_expression)
|
||||
(switch_expression)
|
||||
(match_expression)
|
||||
(case)
|
||||
(array_literal)
|
||||
(struct_literal)
|
||||
(tuple_literal)
|
||||
] @fold
|
||||
Reference in New Issue
Block a user