1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 20:50:04 +08:00
SpaceVim/bundle/nvim-treesitter/queries/objc/folds.scm

21 lines
360 B
Scheme
Raw Normal View History

; inherits: c
[
(class_declaration)
(class_interface)
(class_implementation)
(protocol_declaration)
(property_declaration)
(method_declaration)
(struct_declaration)
(struct_declarator)
(try_statement)
(catch_clause)
(finally_clause)
(throw_statement)
(block_literal)
(ms_asm_block)
(dictionary_literal)
(array_literal)
] @fold