Unnamed repository; edit this file 'description' to name the repository.
Bump tree-sitter-blueprint (#15446)
| -rw-r--r-- | languages.toml | 2 | ||||
| -rw-r--r-- | runtime/queries/blueprint/highlights.scm | 2 |
2 files changed, 3 insertions, 1 deletions
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) |