mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -04:00
21 lines
302 B
Scheme
21 lines
302 B
Scheme
; Gleam indents similar to Rust and JavaScript
|
|
[
|
|
(case)
|
|
(case_clause)
|
|
(constant)
|
|
(expression_group)
|
|
(function)
|
|
(let)
|
|
(list)
|
|
(public_function)
|
|
(public_opaque_type_definition)
|
|
(public_type_definition)
|
|
(tuple)
|
|
(type_definition)
|
|
] @indent
|
|
|
|
[
|
|
")"
|
|
"]"
|
|
"}"
|
|
] @indent_end @branch
|