@@ -1031,6 +1031,17 @@ contexts:
1031
1031
pop : true
1032
1032
1033
1033
support-variable-qtqml :
1034
+ - match : Component{{identifier_break}}
1035
+ scope : support.class.builtin.qml
1036
+ set :
1037
+ - match : ' {{dot_accessor}}'
1038
+ scope : punctuation.accessor.js
1039
+ set :
1040
+ - include : support-property-qtqml-component
1041
+ - include : object-property
1042
+ - include : else-pop
1043
+ - include : else-pop
1044
+
1034
1045
- match : Binding{{identifier_break}}
1035
1046
scope : support.class.builtin.qml
1036
1047
set :
@@ -1059,6 +1070,9 @@ contexts:
1059
1070
scope : support.function.qml
1060
1071
pop : true
1061
1072
1073
+ support-property-qtqml-component :
1074
+ - include : support-property-qtquick-parts-status
1075
+
1062
1076
support-property-qtqml-binding :
1063
1077
- match : (?:RestoreNone|RestoreBinding|RestoreValue|RestoreBindingOrValue){{identifier_break}}
1064
1078
scope : support.constant.builtin.qml
@@ -1533,6 +1547,17 @@ contexts:
1533
1547
- include : else-pop
1534
1548
- include : else-pop
1535
1549
1550
+ - match : PointerHandler{{identifier_break}}
1551
+ scope : support.class.builtin.qml
1552
+ set :
1553
+ - match : ' {{dot_accessor}}'
1554
+ scope : punctuation.accessor.js
1555
+ set :
1556
+ - include : support-property-qtquick-pointerhandler
1557
+ - include : object-property
1558
+ - include : else-pop
1559
+ - include : else-pop
1560
+
1536
1561
- match : Rotation(?:Animation|Animator){{identifier_break}}
1537
1562
scope : support.class.builtin.qml
1538
1563
set :
@@ -1892,6 +1917,11 @@ contexts:
1892
1917
scope: support.constant.builtin.qml
1893
1918
pop: true
1894
1919
1920
+ support-property-qtquick-pointerhandler :
1921
+ - match : (?:TakeOverForbidden|CanTakeOverFrom(?:HandlersOf(?:SameType|DifferentType)|Anything)|ApprovesTakeOverBy(?:HandlersOf(?:SameType|DifferentType)|Items|Anything)|ApprovesCancellation){{identifier_break}}
1922
+ scope : support.constant.builtin.qml
1923
+ pop : true
1924
+
1895
1925
support-property-qtquick-rotationanimation :
1896
1926
- match : (?:Numerical|Shortest|Clockwise|Counterclockwise){{identifier_break}}
1897
1927
scope : support.constant.builtin.qml
0 commit comments