nvim-treesitter/queries/c/indents.scm

22 lines
227 B
Scheme
Raw Normal View History

2021-01-05 19:26:08 +07:00
[
(init_declarator)
(compound_statement)
(preproc_arg)
(field_declaration_list)
(case_statement)
] @indent
[
"#define"
"#ifdef"
"#endif"
"{"
"}"
] @branch
[
(comment)
(preproc_function_def)
] @ignore