@@ -4,14 +4,14 @@ command:
4
4
actionName : wrapWithSnippet
5
5
partialTargets :
6
6
- type : primitive
7
- mark : {type: cursor}
8
- extraArgs : [cursorless.wrapper .ifElseStatementElseBranch]
7
+ mark : { type: cursor }
8
+ extraArgs : [cursorless.wrappers .ifElseStatementElseBranch]
9
9
marks : {}
10
10
initialState :
11
11
documentContents : int foo = 0;
12
12
selections :
13
- - anchor : {line: 0, character: 6}
14
- active : {line: 0, character: 6}
13
+ - anchor : { line: 0, character: 6 }
14
+ active : { line: 0, character: 6 }
15
15
finalState :
16
16
documentContents : |-
17
17
if () {
@@ -20,9 +20,20 @@ finalState:
20
20
int foo = 0;
21
21
}
22
22
selections :
23
- - anchor : {line: 0, character: 4}
24
- active : {line: 0, character: 4}
23
+ - anchor : { line: 0, character: 4 }
24
+ active : { line: 0, character: 4 }
25
25
thatMark :
26
- - anchor : {line: 0, character: 0}
27
- active : {line: 4, character: 1}
28
- fullTargets : [{type: primitive, mark: {type: cursor}, selectionType: token, position: contents, insideOutsideType: inside, modifier: {type: containingScope, scopeType: statement, includeSiblings: false}}]
26
+ - anchor : { line: 0, character: 0 }
27
+ active : { line: 4, character: 1 }
28
+ fullTargets :
29
+ [
30
+ {
31
+ type : primitive,
32
+ mark : { type: cursor },
33
+ selectionType : token,
34
+ position : contents,
35
+ insideOutsideType : inside,
36
+ modifier :
37
+ { type: containingScope, scopeType: statement, includeSiblings: false },
38
+ },
39
+ ]
0 commit comments