Skip to content

Commit d12fd41

Browse files
committed
Move files
1 parent 6066ce0 commit d12fd41

2 files changed

Lines changed: 63 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
languageId: typescript
2+
command:
3+
version: 1
4+
spokenForm: drop vest
5+
action: insertEmptyLineBefore
6+
targets:
7+
- type: primitive
8+
mark: {type: decoratedSymbol, symbolColor: default, character: v}
9+
initialState:
10+
documentContents: |
11+
12+
const value = "Hello world";
13+
selections:
14+
- anchor: {line: 0, character: 0}
15+
active: {line: 0, character: 0}
16+
marks:
17+
default.v:
18+
start: {line: 1, character: 6}
19+
end: {line: 1, character: 11}
20+
finalState:
21+
documentContents: |
22+
23+
24+
const value = "Hello world";
25+
selections:
26+
- anchor: {line: 0, character: 0}
27+
active: {line: 0, character: 0}
28+
thatMark:
29+
- anchor: {line: 2, character: 6}
30+
active: {line: 2, character: 11}
31+
fullTargets: [{type: primitive, mark: {type: decoratedSymbol, symbolColor: default, character: v}, selectionType: token, position: contents, modifier: {type: identity}, insideOutsideType: inside}]
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
languageId: plaintext
2+
command:
3+
spokenForm: drop vest
4+
version: 2
5+
targets:
6+
- type: primitive
7+
mark: {type: decoratedSymbol, symbolColor: default, character: v}
8+
usePrePhraseSnapshot: true
9+
action: {name: insertEmptyLineBefore}
10+
initialState:
11+
documentContents: |2
12+
13+
const value = "Hello world";
14+
selections:
15+
- anchor: {line: 0, character: 0}
16+
active: {line: 0, character: 0}
17+
marks:
18+
default.v:
19+
start: {line: 1, character: 10}
20+
end: {line: 1, character: 15}
21+
finalState:
22+
documentContents: |2
23+
24+
25+
const value = "Hello world";
26+
selections:
27+
- anchor: {line: 0, character: 0}
28+
active: {line: 0, character: 0}
29+
thatMark:
30+
- anchor: {line: 2, character: 10}
31+
active: {line: 2, character: 15}
32+
fullTargets: [{type: primitive, mark: {type: decoratedSymbol, symbolColor: default, character: v}, modifiers: []}]

0 commit comments

Comments
 (0)