Skip to content

Commit 3cdf5c4

Browse files
Added language support for (java) properties
1 parent de637ae commit 3cdf5c4

21 files changed

+543
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"imports": ["properties"]
3+
}
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: 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:7
10+
>-------<
11+
0| foo=bar
12+
13+
[Insertion delimiter] = " "
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
foo.bar=baz
2+
---
3+
4+
[Content] =
5+
[Removal] = 0:0-0:7
6+
>-------<
7+
0| foo.bar=baz
8+
9+
[Domain] = 0:0-0:11
10+
>-----------<
11+
0| foo.bar=baz
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: 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:7
10+
>-------<
11+
0| foo=bar
12+
13+
[Insertion delimiter] = " "
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
foo.bar=baz
2+
---
3+
4+
[Content] =
5+
[Removal] = 0:0-0:7
6+
>-------<
7+
0| foo.bar=baz
8+
9+
[Domain] = 0:0-0:11
10+
>-----------<
11+
0| foo.bar=baz
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: 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:7
7+
>-------<
8+
0| foo=bar
9+
10+
[Insertion delimiter] = "\n"

0 commit comments

Comments
 (0)