aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/markdown.code-snippets71
1 files changed, 71 insertions, 0 deletions
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": [
+ "<MessageBubble speaker=\"安竹(初回質問)\">",
+ "",
+ "$1"
+ ]
+ },
+ "安竹洋平議員の再質問タグ": {
+ "scope": "mdx",
+ "prefix": "yasu2",
+ "body": [
+ "<MessageBubble speaker=\"安竹(再質問)\">",
+ "",
+ "$1"
+ ]
+ },
+ "市長答弁タグ": {
+ "scope": "mdx",
+ "prefix": "sityo",
+ "body": [
+ "<MessageBubble speaker=\"市長(小林 洋子)\" align=\"left\">",
+ "",
+ "$1"
+ ]
+ },
+ "教育長答弁タグ": {
+ "scope": "mdx",
+ "prefix": "aoki",
+ "body": [
+ "<MessageBubble speaker=\"教育長(青木 由美子)\" align=\"left\">",
+ "",
+ "$1"
+ ]
+ },
+ "岡崎氏答弁タグ": {
+ "scope": "mdx",
+ "prefix": "okazaki",
+ "body": [
+ "<MessageBubble speaker=\"教育指導担当部長(岡崎)\" align=\"left\">",
+ "",
+ "$1"
+ ]
+ },
+ "Closingタグ": {
+ "scope": "mdx",
+ "prefix": "messagebubble-closing",
+ "body": [
+ "</MessageBubble>",
+ ]
+ }
+} \ No newline at end of file