mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
25 lines
327 B
Scheme
25 lines
327 B
Scheme
[
|
|
(init_declarator)
|
|
(compound_statement)
|
|
(preproc_arg)
|
|
(field_declaration_list)
|
|
(case_statement)
|
|
(conditional_expression)
|
|
(enumerator_list)
|
|
(struct_specifier)
|
|
(compound_literal_expression)
|
|
] @indent
|
|
|
|
|
|
[
|
|
"#define"
|
|
"#ifdef"
|
|
"#endif"
|
|
"{"
|
|
"}"
|
|
] @branch
|
|
|
|
[
|
|
(comment)
|
|
(preproc_function_def)
|
|
] @ignore
|