Unnamed repository; edit this file 'description' to name the repository.
just: bump grammar support to Just 1.39.0 (#12692)
Poliorcetics 2025-01-27
parent 9829ac0 · commit b00b475
-rw-r--r--languages.toml2
-rw-r--r--runtime/queries/just/highlights.scm1
2 files changed, 2 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 541690cb..0aca142a 100644
--- a/languages.toml
+++ b/languages.toml
@@ -3211,7 +3211,7 @@ indent = { tab-width = 4, unit = " " }
[[grammar]]
name = "just"
-source = { git = "https://github.com/poliorcetics/tree-sitter-just", rev = "180bb15d64c63585c4f65c551350048f21987bcb" }
+source = { git = "https://github.com/poliorcetics/tree-sitter-just", rev = "8eddc55e3235d9d87f11b75130857800ec7ba765" }
[[language]]
name = "gn"
diff --git a/runtime/queries/just/highlights.scm b/runtime/queries/just/highlights.scm
index 97a99761..17fcef43 100644
--- a/runtime/queries/just/highlights.scm
+++ b/runtime/queries/just/highlights.scm
@@ -92,6 +92,7 @@
"=="
"!="
"=~"
+ "!~"
"@"
"="
"$"