nvim-treesitter/queries/c/indents.scm

21 lines
227 B
Scheme

[
(init_declarator)
(compound_statement)
(preproc_arg)
(field_declaration_list)
(case_statement)
] @indent
[
"#define"
"#ifdef"
"#endif"
"{"
"}"
] @branch
[
(comment)
(preproc_function_def)
] @ignore