Skip to content

Commit 6d3c244

Browse files
Latex scope migration (#2341)
## 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: Pokey Rule <[email protected]>
1 parent de8da0c commit 6d3c244

File tree

15 files changed

+148
-175
lines changed

15 files changed

+148
-175
lines changed

data/fixtures/recorded/languages/latex/clearElm.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

data/fixtures/recorded/languages/latex/clearEndTag.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

data/fixtures/recorded/languages/latex/clearStartTag.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

data/fixtures/recorded/languages/latex/clearTags.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

data/fixtures/recorded/languages/latex/pourEnvironment.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
\begin{quote}
2+
Hello
3+
\end{quote}
4+
---
5+
6+
[Content] =
7+
[Removal] =
8+
[Domain] = 0:0-2:11
9+
>-------------
10+
0| \begin{quote}
11+
1| Hello
12+
2| \end{quote}
13+
-----------<
14+
15+
[Interior: Content] = 1:4-1:9
16+
>-----<
17+
1| Hello
18+
[Interior: Removal] = 0:13-2:0
19+
>
20+
0| \begin{quote}
21+
1| Hello
22+
2| \end{quote}
23+
<
24+
25+
[Insertion delimiter] = "\n"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
\begin{quote}
2+
Hello
3+
\end{quote}
4+
---
5+
6+
[Content] =
7+
[Removal] = 2:0-2:11
8+
>-----------<
9+
2| \end{quote}
10+
11+
[Domain] = 0:0-2:11
12+
>-------------
13+
0| \begin{quote}
14+
1| Hello
15+
2| \end{quote}
16+
-----------<
17+
18+
[Insertion delimiter] = " "
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
\begin{quote}
2+
Hello
3+
\end{quote}
4+
---
5+
6+
[Content] =
7+
[Removal] =
8+
[Domain] = 0:0-2:11
9+
>-------------
10+
0| \begin{quote}
11+
1| Hello
12+
2| \end{quote}
13+
-----------<
14+
15+
[Interior: Content] = 1:4-1:9
16+
>-----<
17+
1| Hello
18+
[Interior: Removal] = 0:13-2:0
19+
>
20+
0| \begin{quote}
21+
1| Hello
22+
2| \end{quote}
23+
<
24+
25+
[Insertion delimiter] = "\n"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
\begin{quote}
2+
Hello
3+
\end{quote}
4+
---
5+
6+
[Content] =
7+
[Removal] = 0:0-0:13
8+
>-------------<
9+
0| \begin{quote}
10+
11+
[Domain] = 0:0-2:11
12+
>-------------
13+
0| \begin{quote}
14+
1| Hello
15+
2| \end{quote}
16+
-----------<
17+
18+
[Insertion delimiter] = " "

data/fixtures/scopes/latex/tags.scope

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
\begin{quote}
2+
Hello
3+
\end{quote}
4+
---
5+
6+
[.1 Content] =
7+
[.1 Removal] = 0:0-0:13
8+
>-------------<
9+
0| \begin{quote}
10+
11+
[.1 Insertion delimiter] = " "
12+
13+
[.2 Content] =
14+
[.2 Removal] = 2:0-2:11
15+
>-----------<
16+
2| \end{quote}
17+
18+
[.2 Insertion delimiter] = " "
19+
20+
[Domain] = 0:0-2:11
21+
>-------------
22+
0| \begin{quote}
23+
1| Hello
24+
2| \end{quote}
25+
-----------<

0 commit comments

Comments
 (0)