File tree Expand file tree Collapse file tree 2 files changed +35
-3
lines changed
packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/talon Expand file tree Collapse file tree 2 files changed +35
-3
lines changed Original file line number Diff line number Diff line change 1+ languageId : talon
2+ command :
3+ version : 6
4+ spokenForm : clone command
5+ action :
6+ name : insertCopyAfter
7+ target :
8+ type : primitive
9+ modifiers :
10+ - type : containingScope
11+ scopeType : {type: command}
12+ usePrePhraseSnapshot : true
13+ initialState :
14+ documentContents : |-
15+ foo:
16+ "bar"
17+ selections :
18+ - anchor : {line: 0, character: 0}
19+ active : {line: 0, character: 0}
20+ marks : {}
21+ finalState :
22+ documentContents : |-
23+ foo:
24+ "bar"
25+ foo:
26+ "bar"
27+ selections :
28+ - anchor : {line: 2, character: 0}
29+ active : {line: 2, character: 0}
Original file line number Diff line number Diff line change 119119
120120;; !! slap: key(enter)
121121;; ! ^^^^^^^^^^^^^^^^
122- (command_declaration
123- right: (_) @_.interior
124- ) @command
122+ (
123+ (command_declaration
124+ right: (_) @_.interior
125+ ) @command
126+ (#insertion-delimiter! @command "\n")
127+ )
125128
126129(source_file
127130 (declarations) @command.iteration
You can’t perform that action at this time.
0 commit comments