mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
24 lines
310 B
Scheme
24 lines
310 B
Scheme
[
|
|
(import_declaration)
|
|
(function_declaration)
|
|
(const_declaration)
|
|
(var_declaration)
|
|
(type_declaration)
|
|
(composite_literal)
|
|
(func_literal)
|
|
(literal_value)
|
|
(expression_case)
|
|
(argument_list)
|
|
(default_case)
|
|
(block)
|
|
] @indent
|
|
|
|
[
|
|
"case"
|
|
"("
|
|
")"
|
|
"{"
|
|
"}"
|
|
] @branch
|
|
|
|
(comment) @ignore
|