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 08b911b commit 2e10b93Copy full SHA for 2e10b93
queries/r.scm
@@ -117,17 +117,7 @@
117
;;! ^^^^^
118
;;! -----
119
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
128
- ;;! ^^^^^
129
- lhs: (identifier) @name @value.leading.endOf
130
- operator: "="
+ operator: ["<-" "="]
131
;;!! hello <- "world"
132
;;! ^^^^^^^
133
0 commit comments