mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
21 lines
227 B
Scheme
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
|