We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08bfbf commit 7b8c9b5Copy full SHA for 7b8c9b5
queries/r/highlights.scm
@@ -35,10 +35,6 @@
35
36
(comma) @punctuation.delimiter
37
38
-; Variables
39
-
40
-(identifier) @variable
41
42
; Functions
43
44
(binary_operator
@@ -62,6 +58,20 @@
62
58
(parameters (parameter name: (identifier) @variable.parameter))
63
59
(arguments (argument name: (identifier) @variable.parameter))
64
60
61
+; Variables
+
+(binary_operator
+ lhs: (identifier) @variable
65
+ operator: "="
66
+ rhs: (_)
67
+)
68
69
70
71
+ operator: "<-"
72
73
74
75
; Namespace
76
77
(namespace_operator lhs: (identifier) @namespace)
0 commit comments