mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
18 lines
209 B
Scheme
18 lines
209 B
Scheme
|
|
[
|
||
|
|
(import_declaration)
|
||
|
|
(function_declaration)
|
||
|
|
(const_declaration)
|
||
|
|
(var_declaration)
|
||
|
|
(type_declaration)
|
||
|
|
(composite_literal)
|
||
|
|
(func_literal)
|
||
|
|
(block)
|
||
|
|
] @indent
|
||
|
|
|
||
|
|
[
|
||
|
|
"("
|
||
|
|
")"
|
||
|
|
"{"
|
||
|
|
"}"
|
||
|
|
] @branch
|