mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Update tree-sitter-blueprint (#8161)
This commit is contained in:
parent
e8fc77fe98
commit
9d7f66574d
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user