diff options
author | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-05-22 00:47:48 +0900 |
---|---|---|
committer | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-05-22 00:47:48 +0900 |
commit | 7009e8061a16deee87bf7e3841a81a5746958455 (patch) | |
tree | 595c0706f53357d6b948503bd879bee35704d622 | |
parent | 8f874299a62276161d82bb82f5222fef0a360e82 (diff) |
タグを追加
-rw-r--r-- | .vscode/markdown.code-snippets | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.vscode/markdown.code-snippets b/.vscode/markdown.code-snippets index 387a7531..d30f2759 100644 --- a/.vscode/markdown.code-snippets +++ b/.vscode/markdown.code-snippets @@ -88,6 +88,42 @@ "$1" ] }, + "白倉氏答弁タグ": { + "scope": "mdx", + "prefix": "sirakura", + "body": [ + "<MessageBubble speaker=\"教育部長(白倉) \" align=\"left\">", + "", + "$1" + ] + }, + "川上氏答弁タグ": { + "scope": "mdx", + "prefix": "kawakami", + "body": [ + "<MessageBubble speaker=\"文化スポーツ担当部長兼健康・保険担当部長(川上) \" align=\"left\">", + "", + "$1" + ] + }, + "安部氏答弁タグ": { + "scope": "mdx", + "prefix": "abe", + "body": [ + "<MessageBubble speaker=\"地域学習担当部長(安部) \" align=\"left\">", + "", + "$1" + ] + }, + "櫻井氏答弁タグ": { + "scope": "mdx", + "prefix": "sakurai", + "body": [ + "<MessageBubble speaker=\"健康福祉部長(櫻井) \" align=\"left\">", + "", + "$1" + ] + }, "Closingタグ": { "scope": "mdx", "prefix": "messagebubble-closing", |