mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-02 08:20:09 +00:00
gleam: Update Tree-sitter grammar for label shorthand syntax (#15659)
This PR updates the Gleam Tree-sitter grammar to support label shorthand syntax. Release Notes: - N/A
This commit is contained in:
parent
771424e4f9
commit
906d9736d5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ language = "Gleam"
|
|||
|
||||
[grammars.gleam]
|
||||
repository = "https://github.com/gleam-lang/tree-sitter-gleam"
|
||||
commit = "8432ffe32ccd360534837256747beb5b1c82fca1"
|
||||
commit = "426e67087fd62be5f4533581b5916b2cf010fb5b"
|
||||
|
||||
[slash_commands.gleam-project]
|
||||
description = "Returns information about the current Gleam project."
|
||||
|
|
Loading…
Reference in a new issue