mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30: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
|
|
@ -1,5 +1,6 @@
|
|||
; Gleam indents similar to Rust and JavaScript
|
||||
[
|
||||
(anonymous_function)
|
||||
(assert)
|
||||
(case)
|
||||
(case_clause)
|
||||
|
|
@ -11,7 +12,6 @@
|
|||
(let)
|
||||
(list)
|
||||
(constant)
|
||||
(external_function)
|
||||
(function)
|
||||
(type_definition)
|
||||
(type_alias)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue