Improve automatic indentation in Gleam code files (#8098)
Release Notes: - Improved automatic indentation in Gleam code files ([#7295](https://github.com/zed-industries/zed/issues/7295)).
This commit is contained in:
parent
58a5a1eb8f
commit
c58d72ea2b
1 changed files with 2 additions and 0 deletions
|
@ -1 +1,3 @@
|
||||||
|
(_ "[" "]" @end) @indent
|
||||||
(_ "{" "}" @end) @indent
|
(_ "{" "}" @end) @indent
|
||||||
|
(_ "(" ")" @end) @indent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue