diff options
author | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-05-09 00:18:15 +0900 |
---|---|---|
committer | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-05-09 00:18:15 +0900 |
commit | b5f689f2357ace65c25492ae64d784460453cec7 (patch) | |
tree | 6bab6768e0263762288dc1db88bfaa1168b99e65 | |
parent | 29a5bfc5600d63f71881c7947c3a8be583948fa4 (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 5131509f..ca568148 100644 --- a/.vscode/markdown.code-snippets +++ b/.vscode/markdown.code-snippets @@ -43,6 +43,15 @@ "$1" ] }, + "旧教育長答弁タグ": { + "scope": "mdx", + "prefix": "kogawa", + "body": [ + "<MessageBubble speaker=\"教育長(古川正之))\" align=\"left\">", + "", + "$1" + ] + }, "教育長答弁タグ": { "scope": "mdx", "prefix": "aoki", @@ -85,5 +94,32 @@ "body": [ "</MessageBubble>", ] + }, + "lint disable & enable commentタグ": { + "scope": "mdx", + "prefix": "disable_enable", + "body": [ + "{/* <!-- textlint-disable --> */}", + "{/* <!-- textlint-enable --> */}", + ] + }, + "BlockQuoteタグ": { + "scope": "mdx", + "prefix": "block-quote", + "body": [ + "<BlockQuote refs={\"$1\"} href={\"\"}>", + "", + "**title** ", + "text", + "", + "</BlockQuote>", + ] + }, + "会議録タグ": { + "scope": "mdx", + "prefix": "kaigiroku", + "body": [ + "<KaigirokuDougaLink kaigirokuHref=\"$1\" dougaHref=\"\"></KaigirokuDougaLink>" + ] } }
\ No newline at end of file |