File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/python Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ languageId : python
2
+ command :
3
+ version : 6
4
+ spokenForm : change state
5
+ action :
6
+ name : clearAndSetSelection
7
+ target :
8
+ type : primitive
9
+ modifiers :
10
+ - type : containingScope
11
+ scopeType : {type: statement}
12
+ usePrePhraseSnapshot : true
13
+ initialState :
14
+ documentContents : |-
15
+ match value:
16
+ case 0:
17
+ pass
18
+ selections :
19
+ - anchor : {line: 0, character: 0}
20
+ active : {line: 0, character: 0}
21
+ marks : {}
22
+ finalState :
23
+ documentContents : " "
24
+ selections :
25
+ - anchor : {line: 0, character: 0}
26
+ active : {line: 0, character: 0}
Original file line number Diff line number Diff line change 17
17
(if_statement)
18
18
(import_from_statement)
19
19
(import_statement)
20
+ (match_statement)
20
21
(nonlocal_statement)
21
22
(pass_statement)
22
23
(print_statement)
You can’t perform that action at this time.
0 commit comments