Skip to content

Commit 36094df

Browse files
committed
Update index.md
1 parent 46f0306 commit 36094df

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

index.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ hero:
2222
2323
# Array of objects
2424
examples: [
25-
{ name: "JSON", born: 2001 }
26-
{ name: "MAML", born: 2025 }
25+
{
26+
name: "JSON", born: 2001
27+
}
28+
{
29+
name: "MAML", born: 2025
30+
}
2731
]
2832
2933
notes: """
@@ -43,6 +47,7 @@ JSON is the most popular _data-interchange_ format. But it isn't a very good _co
4347
2. Multiline raw strings
4448
3. Optional commas
4549
4. Optional key quotes
50+
5. Ordered key-value objects
4651

4752
**MAML** is human-readable and _easy to parse_.
4853

@@ -79,6 +84,12 @@ MAML is a brand-new language, so feel free to create new implementations followi
7984
* PHP <br/>
8085
[maml-php](https://github.com/maml-dev/maml-php) [work in progress]
8186

87+
* Grammar <br/>
88+
[maml-grammar](https://github.com/maml-dev/maml-grammar) <Badge type="tip" text="MAML v0.1" /> for TextMate,
89+
VitePress, Shiki, Linguist
90+
8291
## Projects Using MAML
8392

93+
* [google/zx](https://github.com/google/zx)
8494
* [Envi](https://envi.codecompose.dev)
95+
* Add your project too!

0 commit comments

Comments
 (0)