aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/markdown.code-snippets18
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",