-
-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathbringAirToEndOfAir.yml
More file actions
46 lines (46 loc) · 1.17 KB
/
bringAirToEndOfAir.yml
File metadata and controls
46 lines (46 loc) · 1.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
languageId: plaintext
command:
version: 6
spokenForm: bring air to end of air
action:
name: replaceWithTarget
source:
type: primitive
mark: {type: decoratedSymbol, symbolColor: default, character: a}
destination:
type: primitive
insertionMode: to
target:
type: primitive
modifiers:
- {type: endOf}
mark: {type: decoratedSymbol, symbolColor: default, character: a}
usePrePhraseSnapshot: true
initialState:
documentContents: a
selections:
- anchor: {line: 0, character: 1}
active: {line: 0, character: 1}
marks:
default.a:
start: {line: 0, character: 0}
end: {line: 0, character: 1}
finalState:
documentContents: aa
selections:
- anchor: {line: 0, character: 2}
active: {line: 0, character: 2}
thatMark:
- type: UntypedTarget
contentRange:
start: {line: 0, character: 1}
end: {line: 0, character: 2}
isReversed: false
hasExplicitRange: true
sourceMark:
- type: UntypedTarget
contentRange:
start: {line: 0, character: 0}
end: {line: 0, character: 1}
isReversed: false
hasExplicitRange: true