Skip to content

Commit 20203f2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a4de10f commit 20203f2

File tree

2,360 files changed

+52902
-20240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,360 files changed

+52902
-20240
lines changed

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/actions/_bringLineHarpAndWhale.yml

Lines changed: 53 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ command:
88
elements:
99
- type: primitive
1010
selectionType: line
11-
mark: {type: decoratedSymbol, symbolColor: default, character: h}
11+
mark: { type: decoratedSymbol, symbolColor: default, character: h }
1212
- type: primitive
13-
mark: {type: decoratedSymbol, symbolColor: default, character: w}
14-
- {type: primitive, isImplicit: true}
13+
mark: { type: decoratedSymbol, symbolColor: default, character: w }
14+
- { type: primitive, isImplicit: true }
1515
initialState:
1616
documentContents: |+
1717
hello
1818
there
1919
whatever
2020
2121
selections:
22-
- anchor: {line: 4, character: 0}
23-
active: {line: 4, character: 0}
22+
- anchor: { line: 4, character: 0 }
23+
active: { line: 4, character: 0 }
2424
marks:
2525
default.h:
26-
start: {line: 0, character: 0}
27-
end: {line: 0, character: 5}
26+
start: { line: 0, character: 0 }
27+
end: { line: 0, character: 5 }
2828
default.w:
29-
start: {line: 2, character: 0}
30-
end: {line: 2, character: 8}
29+
start: { line: 2, character: 0 }
30+
end: { line: 2, character: 8 }
3131
finalState:
3232
documentContents: |-
3333
hello
@@ -37,26 +37,61 @@ finalState:
3737
hello
3838
whatever
3939
selections:
40-
- anchor: {line: 5, character: 8}
41-
active: {line: 5, character: 8}
40+
- anchor: { line: 5, character: 8 }
41+
active: { line: 5, character: 8 }
4242
thatMark:
4343
- type: UntypedTarget
4444
contentRange:
45-
start: {line: 4, character: 0}
46-
end: {line: 5, character: 8}
45+
start: { line: 4, character: 0 }
46+
end: { line: 5, character: 8 }
4747
isReversed: false
4848
hasExplicitRange: true
4949
sourceMark:
5050
- type: UntypedTarget
5151
contentRange:
52-
start: {line: 0, character: 0}
53-
end: {line: 0, character: 5}
52+
start: { line: 0, character: 0 }
53+
end: { line: 0, character: 5 }
5454
isReversed: false
5555
hasExplicitRange: true
5656
- type: UntypedTarget
5757
contentRange:
58-
start: {line: 2, character: 0}
59-
end: {line: 2, character: 8}
58+
start: { line: 2, character: 0 }
59+
end: { line: 2, character: 8 }
6060
isReversed: false
6161
hasExplicitRange: true
62-
fullTargets: [{type: list, elements: [{type: primitive, mark: {type: decoratedSymbol, symbolColor: default, character: h}, selectionType: line, position: contents, insideOutsideType: null, modifier: {type: identity}, isImplicit: false}, {type: primitive, mark: {type: decoratedSymbol, symbolColor: default, character: w}, selectionType: line, position: contents, insideOutsideType: null, modifier: {type: identity}, isImplicit: false}]}, {type: primitive, mark: {type: cursor}, selectionType: token, position: contents, insideOutsideType: null, modifier: {type: identity}, isImplicit: true}]
62+
fullTargets:
63+
[
64+
{
65+
type: list,
66+
elements:
67+
[
68+
{
69+
type: primitive,
70+
mark: { type: decoratedSymbol, symbolColor: default, character: h },
71+
selectionType: line,
72+
position: contents,
73+
insideOutsideType: null,
74+
modifier: { type: identity },
75+
isImplicit: false,
76+
},
77+
{
78+
type: primitive,
79+
mark: { type: decoratedSymbol, symbolColor: default, character: w },
80+
selectionType: line,
81+
position: contents,
82+
insideOutsideType: null,
83+
modifier: { type: identity },
84+
isImplicit: false,
85+
},
86+
],
87+
},
88+
{
89+
type: primitive,
90+
mark: { type: cursor },
91+
selectionType: token,
92+
position: contents,
93+
insideOutsideType: null,
94+
modifier: { type: identity },
95+
isImplicit: true,
96+
},
97+
]

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/actions/alternateHighlightHarp.yml

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,41 @@ command:
77
args: [highlight1]
88
targets:
99
- type: primitive
10-
mark: {type: decoratedSymbol, symbolColor: default, character: h}
10+
mark: { type: decoratedSymbol, symbolColor: default, character: h }
1111
usePrePhraseSnapshot: true
1212
initialState:
1313
documentContents: hello world
1414
selections:
15-
- anchor: {line: 0, character: 11}
16-
active: {line: 0, character: 11}
15+
- anchor: { line: 0, character: 11 }
16+
active: { line: 0, character: 11 }
1717
marks:
1818
default.h:
19-
start: {line: 0, character: 0}
20-
end: {line: 0, character: 5}
19+
start: { line: 0, character: 0 }
20+
end: { line: 0, character: 5 }
2121
finalState:
2222
documentContents: hello world
2323
selections:
24-
- anchor: {line: 0, character: 11}
25-
active: {line: 0, character: 11}
24+
- anchor: { line: 0, character: 11 }
25+
active: { line: 0, character: 11 }
2626
thatMark:
2727
- type: UntypedTarget
2828
contentRange:
29-
start: {line: 0, character: 0}
30-
end: {line: 0, character: 5}
29+
start: { line: 0, character: 0 }
30+
end: { line: 0, character: 5 }
3131
isReversed: false
3232
hasExplicitRange: false
3333
ide:
3434
highlights:
3535
- highlightId: highlight1
3636
ranges:
3737
- type: character
38-
start: {line: 0, character: 0}
39-
end: {line: 0, character: 5}
40-
fullTargets: [{type: primitive, mark: {type: decoratedSymbol, symbolColor: default, character: h}, modifiers: []}]
38+
start: { line: 0, character: 0 }
39+
end: { line: 0, character: 5 }
40+
fullTargets:
41+
[
42+
{
43+
type: primitive,
44+
mark: { type: decoratedSymbol, symbolColor: default, character: h },
45+
modifiers: [],
46+
},
47+
]

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/actions/bringAirAndBatAndCap.yml

Lines changed: 63 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,31 @@ command:
77
- type: list
88
elements:
99
- type: primitive
10-
mark: {type: decoratedSymbol, symbolColor: default, character: a}
10+
mark: { type: decoratedSymbol, symbolColor: default, character: a }
1111
- type: primitive
12-
mark: {type: decoratedSymbol, symbolColor: default, character: b}
12+
mark: { type: decoratedSymbol, symbolColor: default, character: b }
1313
- type: primitive
14-
mark: {type: decoratedSymbol, symbolColor: default, character: c}
15-
- {type: primitive, isImplicit: true}
14+
mark: { type: decoratedSymbol, symbolColor: default, character: c }
15+
- { type: primitive, isImplicit: true }
1616
initialState:
1717
documentContents: |+
1818
a
1919
b
2020
c
2121
2222
selections:
23-
- anchor: {line: 4, character: 0}
24-
active: {line: 4, character: 0}
23+
- anchor: { line: 4, character: 0 }
24+
active: { line: 4, character: 0 }
2525
marks:
2626
default.a:
27-
start: {line: 0, character: 0}
28-
end: {line: 0, character: 1}
27+
start: { line: 0, character: 0 }
28+
end: { line: 0, character: 1 }
2929
default.b:
30-
start: {line: 1, character: 0}
31-
end: {line: 1, character: 1}
30+
start: { line: 1, character: 0 }
31+
end: { line: 1, character: 1 }
3232
default.c:
33-
start: {line: 2, character: 0}
34-
end: {line: 2, character: 1}
33+
start: { line: 2, character: 0 }
34+
end: { line: 2, character: 1 }
3535
finalState:
3636
documentContents: |-
3737
a
@@ -40,32 +40,72 @@ finalState:
4040
4141
a b c
4242
selections:
43-
- anchor: {line: 4, character: 5}
44-
active: {line: 4, character: 5}
43+
- anchor: { line: 4, character: 5 }
44+
active: { line: 4, character: 5 }
4545
thatMark:
4646
- type: UntypedTarget
4747
contentRange:
48-
start: {line: 4, character: 0}
49-
end: {line: 4, character: 5}
48+
start: { line: 4, character: 0 }
49+
end: { line: 4, character: 5 }
5050
isReversed: false
5151
hasExplicitRange: true
5252
sourceMark:
5353
- type: UntypedTarget
5454
contentRange:
55-
start: {line: 0, character: 0}
56-
end: {line: 0, character: 1}
55+
start: { line: 0, character: 0 }
56+
end: { line: 0, character: 1 }
5757
isReversed: false
5858
hasExplicitRange: true
5959
- type: UntypedTarget
6060
contentRange:
61-
start: {line: 1, character: 0}
62-
end: {line: 1, character: 1}
61+
start: { line: 1, character: 0 }
62+
end: { line: 1, character: 1 }
6363
isReversed: false
6464
hasExplicitRange: true
6565
- type: UntypedTarget
6666
contentRange:
67-
start: {line: 2, character: 0}
68-
end: {line: 2, character: 1}
67+
start: { line: 2, character: 0 }
68+
end: { line: 2, character: 1 }
6969
isReversed: false
7070
hasExplicitRange: true
71-
fullTargets: [{type: list, elements: [{type: primitive, mark: {type: decoratedSymbol, symbolColor: default, character: a}, selectionType: token, position: contents, insideOutsideType: null, modifier: {type: identity}}, {type: primitive, mark: {type: decoratedSymbol, symbolColor: default, character: b}, selectionType: token, position: contents, insideOutsideType: null, modifier: {type: identity}}, {type: primitive, mark: {type: decoratedSymbol, symbolColor: default, character: c}, selectionType: token, position: contents, insideOutsideType: null, modifier: {type: identity}}]}, {type: primitive, mark: {type: cursor}, selectionType: token, position: contents, insideOutsideType: inside, modifier: {type: identity}}]
71+
fullTargets:
72+
[
73+
{
74+
type: list,
75+
elements:
76+
[
77+
{
78+
type: primitive,
79+
mark: { type: decoratedSymbol, symbolColor: default, character: a },
80+
selectionType: token,
81+
position: contents,
82+
insideOutsideType: null,
83+
modifier: { type: identity },
84+
},
85+
{
86+
type: primitive,
87+
mark: { type: decoratedSymbol, symbolColor: default, character: b },
88+
selectionType: token,
89+
position: contents,
90+
insideOutsideType: null,
91+
modifier: { type: identity },
92+
},
93+
{
94+
type: primitive,
95+
mark: { type: decoratedSymbol, symbolColor: default, character: c },
96+
selectionType: token,
97+
position: contents,
98+
insideOutsideType: null,
99+
modifier: { type: identity },
100+
},
101+
],
102+
},
103+
{
104+
type: primitive,
105+
mark: { type: cursor },
106+
selectionType: token,
107+
position: contents,
108+
insideOutsideType: inside,
109+
modifier: { type: identity },
110+
},
111+
]

0 commit comments

Comments
 (0)