Skip to content

Commit 3266cc7

Browse files
Automatically expand removal for Tree sitter targets (#2783)
Fixes #855 ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [/] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [/] I have not broken the cheatsheet --------- Co-authored-by: Phil Cohen <[email protected]>
1 parent 14e6c58 commit 3266cc7

File tree

67 files changed

+627
-167
lines changed

Some content is hidden

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

67 files changed

+627
-167
lines changed

data/fixtures/recorded/itemTextual/chuckItem2.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ initialState:
2222
finalState:
2323
documentContents: |-
2424
[
25-
2625
]
2726
selections:
2827
- anchor: {line: 1, character: 0}

data/fixtures/recorded/languages/css/chuckState2.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ initialState:
2222
active: {line: 0, character: 2}
2323
marks: {}
2424
finalState:
25-
documentContents: |+
26-
25+
documentContents: ""
2726
selections:
2827
- anchor: {line: 0, character: 0}
2928
active: {line: 0, character: 0}

data/fixtures/recorded/languages/ruby/chuckState.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ initialState:
2222
finalState:
2323
documentContents: |-
2424
if true
25-
2625
end
2726
selections:
2827
- anchor: {line: 1, character: 0}

data/fixtures/recorded/languages/ruby/chuckState10.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ finalState:
2626
begin
2727
a = 10
2828
ensure
29-
3029
end
3130
selections:
3231
- anchor: {line: 3, character: 0}

data/fixtures/recorded/languages/ruby/chuckState11.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ finalState:
2828
begin
2929
a = 10
3030
else
31-
3231
ensure
3332
a = 10
3433
end

data/fixtures/recorded/languages/ruby/chuckState2.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ initialState:
2222
finalState:
2323
documentContents: |-
2424
while true do
25-
2625
end
2726
selections:
2827
- anchor: {line: 1, character: 0}

data/fixtures/recorded/languages/ruby/chuckState3.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ initialState:
2222
finalState:
2323
documentContents: |-
2424
[].each do |i|
25-
2625
end
2726
selections:
2827
- anchor: {line: 1, character: 0}

data/fixtures/recorded/languages/ruby/chuckState4.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ initialState:
2222
finalState:
2323
documentContents: |-
2424
[].each { |i|
25-
2625
}
2726
selections:
2827
- anchor: {line: 1, character: 0}

data/fixtures/recorded/languages/ruby/chuckState5.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ initialState:
2222
finalState:
2323
documentContents: |-
2424
begin
25-
2625
end until true
2726
selections:
2827
- anchor: {line: 1, character: 0}

data/fixtures/recorded/languages/ruby/chuckState7.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ finalState:
2626
documentContents: |-
2727
case abc
2828
when true
29-
3029
else
3130
a = 10
3231
end

0 commit comments

Comments
 (0)