File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,23 @@ abc <- function(arg){
33}
44---
55
6- [Content] =
7- [Domain] = 0:0-0:3
6+ [Content] = 0:0-0:3
87 >---<
980| abc <- function(arg){
109
1110[Removal] = 0:0-0:7
1211 >-------<
13120| abc <- function(arg){
14- 1| TRUE
15- 2| }
1613
1714[Trailing delimiter] = 0:3-0:7
1815 >----<
19160| abc <- function(arg){
17+
18+ [Domain] = 0:0-2:1
19+ >---------------------
20+ 0| abc <- function(arg){
20211| TRUE
21222| }
23+ -<
2224
23- [Insertion delimiter] = " <- "
25+ [Insertion delimiter] = " "
Original file line number Diff line number Diff line change 6868(binary_operator
6969 ;; !! abc <- function(x){ }
7070 ;; ! ^^^
71- lhs: (identifier) @functionName @functionName.leading.endOf
71+ lhs: (identifier) @functionName
7272 rhs: (function_definition
7373 name: "function"
7474 parameters: (parameters)
7575 body: (braced_expression) @interior
76- )
76+ ) @functionName.trailing.startOf
7777) @namedFunction @_.domain
7878
7979;; !! foo()
You can’t perform that action at this time.
0 commit comments