From fcfa70e66cb06a730afacb00593f1098ebb6d43b Mon Sep 17 00:00:00 2001 From: Poliorcetics Date: Mon, 10 Feb 2025 16:55:27 +0100 Subject: [PATCH] just: bump grammar support to handle more kind of shebang injections (#12818) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 605c80721..7c2a54105 100644 --- a/languages.toml +++ b/languages.toml @@ -3234,7 +3234,7 @@ indent = { tab-width = 4, unit = " " } [[grammar]] name = "just" -source = { git = "https://github.com/poliorcetics/tree-sitter-just", rev = "8eddc55e3235d9d87f11b75130857800ec7ba765" } +source = { git = "https://github.com/poliorcetics/tree-sitter-just", rev = "8d03cfdd7ab89ff76d935827de1b93450fa0ec0a" } [[language]] name = "gn"