Unnamed repository; edit this file 'description' to name the repository.
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.
Poliorcetics 2024-11-05
parent 38faf74 · commit c0920e7
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 3d4d1f90..6686cec1 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"