@@ -4,14 +4,14 @@ command:
44 actionName : wrapWithSnippet
55 partialTargets :
66 - type : primitive
7- mark : {type: cursor}
8- extraArgs : [cursorless.wrapper .ifElseStatementElseBranch]
7+ mark : { type: cursor }
8+ extraArgs : [cursorless.wrappers .ifElseStatementElseBranch]
99marks : {}
1010initialState :
1111 documentContents : int foo = 0;
1212 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 }
1515finalState :
1616 documentContents : |-
1717 if () {
@@ -20,9 +20,20 @@ finalState:
2020 int foo = 0;
2121 }
2222 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 }
2525 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