From ec92e410cd7ae727e7b15028d1367fdf2a4bd549 Mon Sep 17 00:00:00 2001 From: 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> Date: Wed, 31 Jan 2024 00:34:55 +0900 Subject: initial commit --- .vscode/markdown.code-snippets | 71 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 .vscode/markdown.code-snippets diff --git a/.vscode/markdown.code-snippets b/.vscode/markdown.code-snippets new file mode 100644 index 00000000..1a1a3c3c --- /dev/null +++ b/.vscode/markdown.code-snippets @@ -0,0 +1,71 @@ +{ + // Place your snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and + // description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope + // is left empty or omitted, the snippet gets applied to all languages. The prefix is what is + // used to trigger the snippet and the body will be expanded and inserted. Possible variables are: + // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. + // Placeholders with the same ids are connected. + // Example: + // "Print to console": { + // "scope": "javascript,typescript", + // "prefix": "log", + // "body": [ + // "console.log('$1');", + // "$2" + // ], + // "description": "Log output to console" + // } + + "安竹洋平議員の初回質問タグ": { + "scope": "mdx", + "prefix": "yasu1", + "body": [ + "", + "", + "$1" + ] + }, + "安竹洋平議員の再質問タグ": { + "scope": "mdx", + "prefix": "yasu2", + "body": [ + "", + "", + "$1" + ] + }, + "市長答弁タグ": { + "scope": "mdx", + "prefix": "sityo", + "body": [ + "", + "", + "$1" + ] + }, + "教育長答弁タグ": { + "scope": "mdx", + "prefix": "aoki", + "body": [ + "", + "", + "$1" + ] + }, + "岡崎氏答弁タグ": { + "scope": "mdx", + "prefix": "okazaki", + "body": [ + "", + "", + "$1" + ] + }, + "Closingタグ": { + "scope": "mdx", + "prefix": "messagebubble-closing", + "body": [ + "", + ] + } +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf