From 82a5e9876c67f4c86b9e37e825e27c951ce18d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 13 Aug 2024 18:51:09 +0200 Subject: [PATCH] frontmatter: add new options #885 --- vscode-frontmatter/snippets.de.json | 48 ++++++++++++++++++++++++----- vscode-frontmatter/snippets.en.json | 48 ++++++++++++++++++++++++----- 2 files changed, 80 insertions(+), 16 deletions(-) diff --git a/vscode-frontmatter/snippets.de.json b/vscode-frontmatter/snippets.de.json index 566ce9eae9..35c0d75c44 100644 --- a/vscode-frontmatter/snippets.de.json +++ b/vscode-frontmatter/snippets.de.json @@ -21,6 +21,8 @@ { "choices": [ "", + "caution", + "important", "info", "note", "tip", @@ -29,8 +31,10 @@ "secondary", "accent", "blue", + "cyan", "green", - "gray", + "grey", + "magenta", "orange", "red", "default", @@ -89,6 +93,8 @@ { "choices": [ "", + "caution", + "important", "info", "note", "tip", @@ -97,8 +103,10 @@ "secondary", "accent", "blue", + "cyan", "green", - "gray", + "grey", + "magenta", "orange", "red", "default", @@ -417,6 +425,8 @@ { "choices": [ "", + "caution", + "important", "info", "note", "tip", @@ -425,8 +435,10 @@ "secondary", "accent", "blue", + "cyan", "green", - "gray", + "grey", + "magenta", "orange", "red", "default", @@ -497,6 +509,8 @@ { "choices": [ "", + "caution", + "important", "info", "note", "tip", @@ -505,8 +519,10 @@ "secondary", "accent", "blue", + "cyan", "green", - "gray", + "grey", + "magenta", "orange", "red", "default", @@ -567,6 +583,8 @@ { "choices": [ "", + "caution", + "important", "info", "note", "tip", @@ -575,8 +593,10 @@ "secondary", "accent", "blue", + "cyan", "green", - "gray", + "grey", + "magenta", "orange", "red", "default", @@ -624,6 +644,8 @@ { "choices": [ "", + "caution", + "important", "info", "note", "tip", @@ -632,8 +654,10 @@ "secondary", "accent", "blue", + "cyan", "green", - "gray", + "grey", + "magenta", "orange", "red", "default", @@ -677,6 +701,8 @@ { "choices": [ "", + "caution", + "important", "info", "note", "tip", @@ -685,8 +711,10 @@ "secondary", "accent", "blue", + "cyan", "green", - "gray", + "grey", + "magenta", "orange", "red", "default", @@ -724,6 +752,8 @@ { "choices": [ "", + "caution", + "important", "info", "note", "tip", @@ -732,8 +762,10 @@ "secondary", "accent", "blue", + "cyan", "green", - "gray", + "grey", + "magenta", "orange", "red", "default", diff --git a/vscode-frontmatter/snippets.en.json b/vscode-frontmatter/snippets.en.json index 4424a1a0b1..a9ea8aa0f7 100644 --- a/vscode-frontmatter/snippets.en.json +++ b/vscode-frontmatter/snippets.en.json @@ -21,6 +21,8 @@ { "choices": [ "", + "caution", + "important", "info", "note", "tip", @@ -29,8 +31,10 @@ "secondary", "accent", "blue", + "cyan", "green", - "gray", + "grey", + "magenta", "orange", "red", "default", @@ -89,6 +93,8 @@ { "choices": [ "", + "caution", + "important", "info", "note", "tip", @@ -97,8 +103,10 @@ "secondary", "accent", "blue", + "cyan", "green", - "gray", + "grey", + "magenta", "orange", "red", "default", @@ -417,6 +425,8 @@ { "choices": [ "", + "caution", + "important", "info", "note", "tip", @@ -425,8 +435,10 @@ "secondary", "accent", "blue", + "cyan", "green", - "gray", + "grey", + "magenta", "orange", "red", "default", @@ -497,6 +509,8 @@ { "choices": [ "", + "caution", + "important", "info", "note", "tip", @@ -505,8 +519,10 @@ "secondary", "accent", "blue", + "cyan", "green", - "gray", + "grey", + "magenta", "orange", "red", "default", @@ -567,6 +583,8 @@ { "choices": [ "", + "caution", + "important", "info", "note", "tip", @@ -575,8 +593,10 @@ "secondary", "accent", "blue", + "cyan", "green", - "gray", + "grey", + "magenta", "orange", "red", "default", @@ -624,6 +644,8 @@ { "choices": [ "", + "caution", + "important", "info", "note", "tip", @@ -632,8 +654,10 @@ "secondary", "accent", "blue", + "cyan", "green", - "gray", + "grey", + "magenta", "orange", "red", "default", @@ -677,6 +701,8 @@ { "choices": [ "", + "caution", + "important", "info", "note", "tip", @@ -685,8 +711,10 @@ "secondary", "accent", "blue", + "cyan", "green", - "gray", + "grey", + "magenta", "orange", "red", "default", @@ -724,6 +752,8 @@ { "choices": [ "", + "caution", + "important", "info", "note", "tip", @@ -732,8 +762,10 @@ "secondary", "accent", "blue", + "cyan", "green", - "gray", + "grey", + "magenta", "orange", "red", "default",