mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 22:10:01 -04:00
23 lines
319 B
Scheme
23 lines
319 B
Scheme
[
|
|
(import_declaration)
|
|
(const_declaration)
|
|
(var_declaration)
|
|
(type_declaration)
|
|
(composite_literal)
|
|
(func_literal)
|
|
(literal_value)
|
|
(expression_case)
|
|
(default_case)
|
|
(block)
|
|
] @indent
|
|
|
|
[
|
|
"case"
|
|
")"
|
|
"}"
|
|
] @branch
|
|
|
|
(comment) @ignore
|
|
|
|
([(parameter_list)] @aligned_indent
|
|
(#set! "delimiter" "()"))
|