From f1c9580e4b636d014fefb61080d8d019c14e37b7 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Fri, 24 May 2024 05:09:56 +0200 Subject: [PATCH] tree-sitter: update Inko grammar (#10805) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 8776947a8..c8da51eb8 100644 --- a/languages.toml +++ b/languages.toml @@ -2721,7 +2721,7 @@ formatter = { command = "inko", args = ["fmt", "-"] } [[grammar]] name = "inko" -source = { git = "https://github.com/inko-lang/tree-sitter-inko", rev = "6983354c13a14bc621d7a3619f1790149e901187" } +source = { git = "https://github.com/inko-lang/tree-sitter-inko", rev = "7860637ce1b43f5f79cfb7cc3311bf3234e9479f" } [[language]] name = "bicep"