Skip to content

Commit 28789e2

Browse files
Added support for language Talon list (#3080)
1 parent 27cec85 commit 28789e2

26 files changed

+676
-15
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Hello world
2+
---
3+
4+
[Content] =
5+
[Removal] =
6+
[Domain] = 0:0-0:13
7+
>-------------<
8+
0| # Hello world
9+
10+
[Insertion delimiter] = "\n"
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
foo: bar
3+
4+
---
5+
6+
[Content] =
7+
[Domain] = 0:0-2:0
8+
>
9+
0|
10+
1| foo: bar
11+
2|
12+
<
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
not app: vscode
2+
-
3+
---
4+
5+
[Content] =
6+
[Removal] = 0:0-0:7
7+
>-------<
8+
0| not app: vscode
9+
10+
[Domain] = 0:0-0:15
11+
>---------------<
12+
0| not app: vscode
13+
14+
[Insertion delimiter] = " "
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
foo: bar
2+
---
3+
4+
[Content] =
5+
[Removal] = 0:0-0:3
6+
>---<
7+
0| foo: bar
8+
9+
[Domain] = 0:0-0:8
10+
>--------<
11+
0| foo: bar
12+
13+
[Insertion delimiter] = " "
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
foo: bar
3+
4+
---
5+
6+
[Content] =
7+
[Domain] = 0:0-2:0
8+
>
9+
0|
10+
1| foo: bar
11+
2|
12+
<
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
not app: vscode
2+
-
3+
---
4+
5+
[Content] = 0:4-0:7
6+
>---<
7+
0| not app: vscode
8+
9+
[Removal] = 0:3-0:7
10+
>----<
11+
0| not app: vscode
12+
13+
[Leading delimiter] = 0:3-0:4
14+
>-<
15+
0| not app: vscode
16+
17+
[Domain] = 0:0-0:15
18+
>---------------<
19+
0| not app: vscode
20+
21+
[Insertion delimiter] = " "
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
foo: bar
2+
---
3+
4+
[Content] =
5+
[Removal] = 0:0-0:3
6+
>---<
7+
0| foo: bar
8+
9+
[Domain] = 0:0-0:8
10+
>--------<
11+
0| foo: bar
12+
13+
[Insertion delimiter] = " "
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
foo: bar
3+
4+
---
5+
6+
[Content] =
7+
[Domain] = 0:0-2:0
8+
>
9+
0|
10+
1| foo: bar
11+
2|
12+
<
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
not app: vscode
2+
-
3+
---
4+
5+
[Content] =
6+
[Domain] = 0:0-0:15
7+
>---------------<
8+
0| not app: vscode
9+
10+
[Removal] = 0:0-1:0
11+
>---------------
12+
0| not app: vscode
13+
1| -
14+
<
15+
16+
[Insertion delimiter] = "\n"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
foo: bar
2+
---
3+
4+
[Content] =
5+
[Removal] =
6+
[Domain] = 0:0-0:8
7+
>--------<
8+
0| foo: bar
9+
10+
[Insertion delimiter] = "\n"

0 commit comments

Comments
 (0)