-
-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathbringReferenceAirAndBat.yml
More file actions
59 lines (59 loc) · 1.51 KB
/
bringReferenceAirAndBat.yml
File metadata and controls
59 lines (59 loc) · 1.51 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
languageId: plaintext
command:
version: 7
spokenForm: bring reference air and bat
action:
name: replaceWithTarget
source:
type: list
elements:
- type: primitive
mark: {type: decoratedSymbol, symbolColor: default, character: a}
modifiers:
- {type: reference}
- type: primitive
mark: {type: decoratedSymbol, symbolColor: default, character: b}
destination: {type: implicit}
usePrePhraseSnapshot: true
initialState:
documentContents: |
aaa
bbb
selections:
- anchor: {line: 2, character: 0}
active: {line: 2, character: 0}
marks:
default.a:
start: {line: 0, character: 0}
end: {line: 0, character: 3}
default.b:
start: {line: 1, character: 0}
end: {line: 1, character: 3}
finalState:
documentContents: |-
aaa
bbb
Untitled-1#L1, Untitled-1#L2
selections:
- anchor: {line: 2, character: 28}
active: {line: 2, character: 28}
thatMark:
- type: UntypedTarget
contentRange:
start: {line: 2, character: 0}
end: {line: 2, character: 28}
isReversed: false
hasExplicitRange: true
sourceMark:
- type: UntypedTarget
contentRange:
start: {line: 0, character: 0}
end: {line: 0, character: 3}
isReversed: false
hasExplicitRange: true
- type: UntypedTarget
contentRange:
start: {line: 1, character: 0}
end: {line: 1, character: 3}
isReversed: false
hasExplicitRange: true