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:
Joseph T. Lyons 2024-02-20 23:55:42 -05:00 committed by GitHub
parent 58a5a1eb8f
commit c58d72ea2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1,3 @@
(_ "[" "]" @end) @indent
(_ "{" "}" @end) @indent
(_ "(" ")" @end) @indent