Update tree-sitter-gleam, enable auto-format (#8085)

main
Michael Davis 8 months ago committed by GitHub
parent 992c858369
commit 072e1eae92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1541,10 +1541,11 @@ roots = ["gleam.toml"]
comment-token = "//"
indent = { tab-width = 2, unit = " " }
language-servers = [ "gleam" ]
auto-format = true
[[grammar]]
name = "gleam"
source = { git = "https://github.com/gleam-lang/tree-sitter-gleam", rev = "ae79782c00656945db69641378e688cdb78d52c1" }
source = { git = "https://github.com/gleam-lang/tree-sitter-gleam", rev = "a59aadf3d7c11702cad244e7cd6b67b34ca9c16a" }
[[language]]
name = "ron"

Loading…
Cancel
Save