mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 10:30:04 +08:00
50 lines
841 B
Scheme
50 lines
841 B
Scheme
|
[
|
||
|
(compound_statement)
|
||
|
(preproc_arg)
|
||
|
(field_declaration_list)
|
||
|
(case_statement)
|
||
|
(enumerator_list)
|
||
|
(struct_specifier)
|
||
|
(compound_literal_expression)
|
||
|
(initializer_list)
|
||
|
(while_statement)
|
||
|
(for_statement)
|
||
|
(switch_statement)
|
||
|
(expression_statement)
|
||
|
] @indent
|
||
|
(if_statement condition: (_) @indent)
|
||
|
((if_statement
|
||
|
consequence: (_) @_consequence
|
||
|
(#not-has-type? @_consequence compound_statement)
|
||
|
) @indent)
|
||
|
(init_declarator) @indent
|
||
|
|
||
|
(compound_statement "}" @indent_end)
|
||
|
|
||
|
[
|
||
|
"else"
|
||
|
")"
|
||
|
"}"
|
||
|
(statement_identifier)
|
||
|
] @branch
|
||
|
|
||
|
[
|
||
|
"#define"
|
||
|
"#ifdef"
|
||
|
"#if"
|
||
|
"#else"
|
||
|
"#endif"
|
||
|
] @zero_indent
|
||
|
|
||
|
[
|
||
|
(preproc_arg)
|
||
|
(string_literal)
|
||
|
] @ignore
|
||
|
|
||
|
((ERROR (parameter_declaration)) @aligned_indent
|
||
|
(#set! "delimiter" "()"))
|
||
|
([(argument_list) (parameter_list)] @aligned_indent
|
||
|
(#set! "delimiter" "()"))
|
||
|
|
||
|
(comment) @auto
|