From c0920e779d7c105cb43c4d46f16dfa4541bd9d19 Mon Sep 17 00:00:00 2001 From: Poliorcetics Date: Tue, 5 Nov 2024 08:09:20 +0100 Subject: [PATCH] just: update tree-sitter-grammar to support 1.36.0 (#11606) Release notes: - https://github.com/casey/just/releases/tag/1.35.0 - https://github.com/casey/just/releases/tag/1.36.0 Notably, this adds `[private]` attributes on modules, which the current version of the grammar cannot parse, as well as unicode codepoint escape sequences. --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 3d4d1f908..6686cec13 100644 --- a/languages.toml +++ b/languages.toml @@ -3140,7 +3140,7 @@ indent = { tab-width = 4, unit = " " } [[grammar]] name = "just" -source = { git = "https://github.com/poliorcetics/tree-sitter-just", rev = "f58a8fd869035ac4653081401e6c2030251240ab" } +source = { git = "https://github.com/poliorcetics/tree-sitter-just", rev = "6e28fa6cba511c694247cd802d1c3b14f8d34dbb" } [[language]] name = "gn"