From b00b475dfe96cca7ccaa0211b05b4159260377fc Mon Sep 17 00:00:00 2001 From: Poliorcetics Date: Mon, 27 Jan 2025 03:10:27 +0100 Subject: [PATCH] just: bump grammar support to Just 1.39.0 (#12692) --- languages.toml | 2 +- runtime/queries/just/highlights.scm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 541690cbb..0aca142a8 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 97a997619..17fcef437 100644 --- a/runtime/queries/just/highlights.scm +++ b/runtime/queries/just/highlights.scm @@ -92,6 +92,7 @@ "==" "!=" "=~" + "!~" "@" "=" "$"