File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
data/fixtures/scopes/talon Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1+ command: key(enter)
2+ ---
3+
4+ [Range] =
5+ [Domain] = 0:13-0:18
6+ >-----<
7+ 0| command: key(enter)
Original file line number Diff line number Diff line change 1+ command: key(enter)
2+ ---
3+
4+ [Content] =
5+ [Removal] =
6+ [Domain] = 0:13-0:18
7+ >-----<
8+ 0| command: key(enter)
9+
10+ [Insertion delimiter] = " "
Original file line number Diff line number Diff line change 169169;; !! print("hello", "world")
170170;; ! ^^^^^^^ ^^^^^^^
171171(action
172- arguments: (_
172+ arguments: (argument_list
173173 (_)? @_.leading.endOf
174174 .
175175 (_) @argumentOrParameter
179179 (#insertion-delimiter! @argumentOrParameter ", ")
180180)
181181
182+ (argument_list
183+ .
184+ "(" @argumentOrParameter.iteration.start.endOf
185+ ")" @argumentOrParameter.iteration.end.startOf
186+ .
187+ ) @argumentOrParameter.iteration.domain
188+
182189;; !! key(enter)
183190;; ! ^^^^^
184- arguments: (_ ) @argumentOrParameter.iteration
191+ arguments: (implicit_string ) @argumentOrParameter.iteration
185192
186193;; !! # foo
187194;; ! ^^^^^
You can’t perform that action at this time.
0 commit comments