mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
fix(gleam): minor indent fixes
This commit is contained in:
parent
5ac8cf8ee5
commit
f84de0d6cd
3 changed files with 16 additions and 1 deletions
7
tests/indent/gleam/anonymous_function.gleam
Normal file
7
tests/indent/gleam/anonymous_function.gleam
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
fn() {
|
||||
fn() {
|
||||
fn() {
|
||||
True
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue