Skip to content

Commit

Permalink
Update tree-sitter-blueprint (helix-editor#8161)
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR authored and dgkf committed Jan 30, 2024
1 parent eeab18a commit 735abb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2665,7 +2665,7 @@ indent = { tab-width = 4, unit = " " }

[[grammar]]
name = "blueprint"
source = { git = "https://gitlab.com/gabmus/tree-sitter-blueprint", rev = "7f1a5df44861291d6951b6b2146a9fef4c226e14" }
source = { git = "https://gitlab.com/gabmus/tree-sitter-blueprint", rev = "863cea9f83ad5637300478e0559262f1e791684b" }

[[language]]
name = "forth"
Expand Down
5 changes: 5 additions & 0 deletions runtime/queries/blueprint/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
(decorator) @attribute

(property_definition (property_name) @variable.other.member)
(property_definition
(property_binding
"bind" @keyword
(property_name) @variable.other.member
["no-sync-create" "bidirectional" "inverted"]* @keyword))

(object) @type

Expand Down

0 comments on commit 735abb9

Please sign in to comment.