From f5deabb1df65be2d7054fc32b10842fe3f072741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20K=C3=B6hnen?= Date: Mon, 16 Mar 2026 15:25:37 +0100 Subject: [PATCH] Bump tree-sitter-blueprint (#15446) --- languages.toml | 2 +- runtime/queries/blueprint/highlights.scm | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index c1306e15..7f21b06a 100644 --- a/languages.toml +++ b/languages.toml @@ -3829,7 +3829,7 @@ indent = { tab-width = 4, unit = " " } [[grammar]] name = "blueprint" -source = { git = "https://gitlab.com/gabmus/tree-sitter-blueprint", rev = "863cea9f83ad5637300478e0559262f1e791684b" } +source = { git = "https://gitlab.com/gabmus/tree-sitter-blueprint", rev = "355ef84ef8a958ac822117b652cf4d49bac16c79" } [[language]] name = "forth" diff --git a/runtime/queries/blueprint/highlights.scm b/runtime/queries/blueprint/highlights.scm index 41e6aa8c..a4a4a14c 100644 --- a/runtime/queries/blueprint/highlights.scm +++ b/runtime/queries/blueprint/highlights.scm @@ -36,6 +36,8 @@ (menu_section "section" @keyword) (menu_item "item" @function.macro) +(condition "condition" @keyword) + (template_definition (template_name_qualifier) @keyword.storage.type) (import_statement (gobject_library) @namespace) -- 2.51.2