diff options
author | Ivan Molodetskikh | 2023-09-04 16:50:42 +0000 |
---|---|---|
committer | GitHub | 2023-09-04 16:50:42 +0000 |
commit | 9d7f66574d43e3a1eee156a3d18c7317ab267fd6 (patch) | |
tree | 52dcd29b14de5a90b12b2491948de662269f49ba /runtime | |
parent | e8fc77fe98a79473faacba544acae9e52b36903f (diff) |
Update tree-sitter-blueprint (#8161)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/blueprint/highlights.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/queries/blueprint/highlights.scm b/runtime/queries/blueprint/highlights.scm index 05533cea..41e6aa8c 100644 --- a/runtime/queries/blueprint/highlights.scm +++ b/runtime/queries/blueprint/highlights.scm @@ -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 |