From 906d9736d5a8a50912765cfbf3d37b9caecfcafd Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 1 Aug 2024 17:46:23 -0400 Subject: [PATCH] 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 --- extensions/gleam/extension.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/gleam/extension.toml b/extensions/gleam/extension.toml index 089bdea4e6..ddd100e6b8 100644 --- a/extensions/gleam/extension.toml +++ b/extensions/gleam/extension.toml @@ -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."