Skip to content

Commit 2e10b93

Browse files
committed
merge = and <- assignments
1 parent 08b911b commit 2e10b93

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

queries/r.scm

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,7 @@
117117
;;! ^^^^^
118118
;;! -----
119119
lhs: (identifier) @name @value.leading.endOf
120-
operator: "<-"
121-
;;!! hello <- "world"
122-
;;! ^^^^^^^
123-
;;! -----
124-
rhs: (_) @value @name.trailing.startOf
125-
) @_.domain
126-
(binary_operator
127-
;;!! hello <- "world"
128-
;;! ^^^^^
129-
lhs: (identifier) @name @value.leading.endOf
130-
operator: "="
120+
operator: ["<-" "="]
131121
;;!! hello <- "world"
132122
;;! ^^^^^^^
133123
;;! -----

0 commit comments

Comments
 (0)