diff options
author | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-02-14 23:47:28 +0900 |
---|---|---|
committer | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-02-14 23:47:28 +0900 |
commit | b0edbc0d702d1d7141bebfeba50db245b57e86a6 (patch) | |
tree | 9014790b132a993269061629803cdab4852bd65e | |
parent | c88e1b3f439ebe580296571bb536727ed2ae1004 (diff) |
2名分追加
-rw-r--r-- | .vscode/markdown.code-snippets | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.vscode/markdown.code-snippets b/.vscode/markdown.code-snippets index 1a1a3c3c..5131509f 100644 --- a/.vscode/markdown.code-snippets +++ b/.vscode/markdown.code-snippets @@ -61,6 +61,24 @@ "$1" ] }, + "篠宮氏答弁タグ": { + "scope": "mdx", + "prefix": "shinomiya", + "body": [ + "<MessageBubble speaker=\"総務部長(篠宮) \" align=\"left\">", + "", + "$1" + ] + }, + "有川氏答弁タグ": { + "scope": "mdx", + "prefix": "arikawa", + "body": [ + "<MessageBubble speaker=\"企画政策部長(有川) \" align=\"left\">", + "", + "$1" + ] + }, "Closingタグ": { "scope": "mdx", "prefix": "messagebubble-closing", |