-
-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathbringAirAndBatAndCapToAfterItemEach.yml
More file actions
84 lines (82 loc) · 2.17 KB
/
bringAirAndBatAndCapToAfterItemEach.yml
File metadata and controls
84 lines (82 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
languageId: typescript
command:
version: 6
spokenForm: bring air and bat and cap after item each
action:
name: replaceWithTarget
source:
type: list
elements:
- type: primitive
mark: {type: decoratedSymbol, symbolColor: default, character: a}
- type: primitive
mark: {type: decoratedSymbol, symbolColor: default, character: b}
- type: primitive
mark: {type: decoratedSymbol, symbolColor: default, character: c}
destination:
type: primitive
insertionMode: after
target:
type: primitive
modifiers:
- type: containingScope
scopeType: {type: collectionItem}
mark: {type: decoratedSymbol, symbolColor: default, character: e}
usePrePhraseSnapshot: false
initialState:
documentContents: |
a
b
c
const values = [e]
selections:
- anchor: {line: 5, character: 0}
active: {line: 5, character: 0}
marks:
default.a:
start: {line: 0, character: 0}
end: {line: 0, character: 1}
default.b:
start: {line: 1, character: 0}
end: {line: 1, character: 1}
default.c:
start: {line: 2, character: 0}
end: {line: 2, character: 1}
default.e:
start: {line: 4, character: 16}
end: {line: 4, character: 17}
finalState:
documentContents: |
a
b
c
const values = [e, a, b, c]
selections:
- anchor: {line: 5, character: 0}
active: {line: 5, character: 0}
thatMark:
- type: UntypedTarget
contentRange:
start: {line: 4, character: 19}
end: {line: 4, character: 26}
isReversed: false
hasExplicitRange: true
sourceMark:
- type: UntypedTarget
contentRange:
start: {line: 0, character: 0}
end: {line: 0, character: 1}
isReversed: false
hasExplicitRange: true
- type: UntypedTarget
contentRange:
start: {line: 1, character: 0}
end: {line: 1, character: 1}
isReversed: false
hasExplicitRange: true
- type: UntypedTarget
contentRange:
start: {line: 2, character: 0}
end: {line: 2, character: 1}
isReversed: false
hasExplicitRange: true