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 019c28f commit 9cb2a3bCopy full SHA for 9cb2a3b
queries/r.scm
@@ -43,13 +43,15 @@
43
(arguments
44
(
45
(argument) @_.leading.endOf
46
+ .
47
(comma)
48
)?
49
.
50
(argument) @argumentOrParameter
51
52
53
54
55
(argument) @_.trailing.startOf
56
57
) @_dummy
@@ -63,13 +65,15 @@
63
65
(parameters
64
66
67
(parameter) @_.leading.endOf
68
69
70
71
72
(parameter) @argumentOrParameter
73
74
75
76
77
(parameter) @_.trailing.startOf
78
79
0 commit comments