From b743110c9de2b813fdf218b55f5d50359ebb1531 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 24 Oct 2022 16:43:32 +0800 Subject: [PATCH] doc: update `toml.md`. --- docs/toml.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/toml.md b/docs/toml.md index a81bb7ff..30291f10 100644 --- a/docs/toml.md +++ b/docs/toml.md @@ -12,6 +12,7 @@ TOML 备忘清单 - [Document](https://toml.io/en/latest) _(toml.io)_ - [Learn X in Y minutes](https://learnxinyminutes.com/docs/toml/) _(learnxinyminutes.com)_ +- [Better TOML VSCode 插件](https://marketplace.visualstudio.com/items?itemName=bungcip.better-toml) _(visualstudio.com)_ ### 示例 @@ -253,4 +254,11 @@ bat = "hi" name = { first = "Tom", last = "Preston-Werner" } point = { x = 1, y = 2 } animal = { type.name = "pug" } -``` \ No newline at end of file +``` + +另见 +--- + +- [Document](https://toml.io/en/latest) _(toml.io)_ +- [Learn X in Y minutes](https://learnxinyminutes.com/docs/toml/) _(learnxinyminutes.com)_ +- [Better TOML VSCode 插件](https://marketplace.visualstudio.com/items?itemName=bungcip.better-toml) _(visualstudio.com)_ \ No newline at end of file