Skip to content

Commit 38c8be5

Browse files
author
Maxime Mangel
committed
Support toml syntax
1 parent 8369edd commit 38c8be5

File tree

4 files changed

+1381
-14
lines changed

4 files changed

+1381
-14
lines changed

docs/docs/menu.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"docs/getting-started/your-first-fable-project",
1717
"docs/getting-started/javascript",
1818
"docs/getting-started/typescript",
19-
"docs/getting-started/python"
19+
"docs/getting-started/python",
20+
"docs/getting-started/rust"
2021
]
2122
},
2223
{

nacara.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
"theme": "Atom One Light",
7171
"extensions": [
7272
"vscode-theme-onelight",
73-
"dart-code"
73+
"dart-code",
74+
"even-better-toml"
7475
]
7576
}
7677
}

0 commit comments

Comments
 (0)