|
|
@ -22,16 +22,10 @@
|
|
|
|
"in"
|
|
|
|
"in"
|
|
|
|
] @keyword
|
|
|
|
] @keyword
|
|
|
|
|
|
|
|
|
|
|
|
; Function calls
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(call_expression
|
|
|
|
|
|
|
|
function: (identifier) @function)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(member_call_expression
|
|
|
|
|
|
|
|
function: (identifier) @function)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; Identifiers
|
|
|
|
; Identifiers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(identifier) @variable.other.member
|
|
|
|
|
|
|
|
|
|
|
|
(select_expression
|
|
|
|
(select_expression
|
|
|
|
operand: (identifier) @type)
|
|
|
|
operand: (identifier) @type)
|
|
|
|
|
|
|
|
|
|
|
@ -39,7 +33,13 @@
|
|
|
|
operand: (select_expression
|
|
|
|
operand: (select_expression
|
|
|
|
member: (identifier) @type))
|
|
|
|
member: (identifier) @type))
|
|
|
|
|
|
|
|
|
|
|
|
(identifier) @variable.other.member
|
|
|
|
; Function calls
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(call_expression
|
|
|
|
|
|
|
|
function: (identifier) @function)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(member_call_expression
|
|
|
|
|
|
|
|
function: (identifier) @function)
|
|
|
|
|
|
|
|
|
|
|
|
; Literals
|
|
|
|
; Literals
|
|
|
|
|
|
|
|
|
|
|
|