Skip to content

Commit

Permalink
frontmatter: add new options #885
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Aug 13, 2024
1 parent 5b8f83d commit 82a5e98
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 16 deletions.
48 changes: 40 additions & 8 deletions vscode-frontmatter/snippets.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
{
"choices": [
"",
"caution",
"important",
"info",
"note",
"tip",
Expand All @@ -29,8 +31,10 @@
"secondary",
"accent",
"blue",
"cyan",
"green",
"gray",
"grey",
"magenta",
"orange",
"red",
"default",
Expand Down Expand Up @@ -89,6 +93,8 @@
{
"choices": [
"",
"caution",
"important",
"info",
"note",
"tip",
Expand All @@ -97,8 +103,10 @@
"secondary",
"accent",
"blue",
"cyan",
"green",
"gray",
"grey",
"magenta",
"orange",
"red",
"default",
Expand Down Expand Up @@ -417,6 +425,8 @@
{
"choices": [
"",
"caution",
"important",
"info",
"note",
"tip",
Expand All @@ -425,8 +435,10 @@
"secondary",
"accent",
"blue",
"cyan",
"green",
"gray",
"grey",
"magenta",
"orange",
"red",
"default",
Expand Down Expand Up @@ -497,6 +509,8 @@
{
"choices": [
"",
"caution",
"important",
"info",
"note",
"tip",
Expand All @@ -505,8 +519,10 @@
"secondary",
"accent",
"blue",
"cyan",
"green",
"gray",
"grey",
"magenta",
"orange",
"red",
"default",
Expand Down Expand Up @@ -567,6 +583,8 @@
{
"choices": [
"",
"caution",
"important",
"info",
"note",
"tip",
Expand All @@ -575,8 +593,10 @@
"secondary",
"accent",
"blue",
"cyan",
"green",
"gray",
"grey",
"magenta",
"orange",
"red",
"default",
Expand Down Expand Up @@ -624,6 +644,8 @@
{
"choices": [
"",
"caution",
"important",
"info",
"note",
"tip",
Expand All @@ -632,8 +654,10 @@
"secondary",
"accent",
"blue",
"cyan",
"green",
"gray",
"grey",
"magenta",
"orange",
"red",
"default",
Expand Down Expand Up @@ -677,6 +701,8 @@
{
"choices": [
"",
"caution",
"important",
"info",
"note",
"tip",
Expand All @@ -685,8 +711,10 @@
"secondary",
"accent",
"blue",
"cyan",
"green",
"gray",
"grey",
"magenta",
"orange",
"red",
"default",
Expand Down Expand Up @@ -724,6 +752,8 @@
{
"choices": [
"",
"caution",
"important",
"info",
"note",
"tip",
Expand All @@ -732,8 +762,10 @@
"secondary",
"accent",
"blue",
"cyan",
"green",
"gray",
"grey",
"magenta",
"orange",
"red",
"default",
Expand Down
48 changes: 40 additions & 8 deletions vscode-frontmatter/snippets.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
{
"choices": [
"",
"caution",
"important",
"info",
"note",
"tip",
Expand All @@ -29,8 +31,10 @@
"secondary",
"accent",
"blue",
"cyan",
"green",
"gray",
"grey",
"magenta",
"orange",
"red",
"default",
Expand Down Expand Up @@ -89,6 +93,8 @@
{
"choices": [
"",
"caution",
"important",
"info",
"note",
"tip",
Expand All @@ -97,8 +103,10 @@
"secondary",
"accent",
"blue",
"cyan",
"green",
"gray",
"grey",
"magenta",
"orange",
"red",
"default",
Expand Down Expand Up @@ -417,6 +425,8 @@
{
"choices": [
"",
"caution",
"important",
"info",
"note",
"tip",
Expand All @@ -425,8 +435,10 @@
"secondary",
"accent",
"blue",
"cyan",
"green",
"gray",
"grey",
"magenta",
"orange",
"red",
"default",
Expand Down Expand Up @@ -497,6 +509,8 @@
{
"choices": [
"",
"caution",
"important",
"info",
"note",
"tip",
Expand All @@ -505,8 +519,10 @@
"secondary",
"accent",
"blue",
"cyan",
"green",
"gray",
"grey",
"magenta",
"orange",
"red",
"default",
Expand Down Expand Up @@ -567,6 +583,8 @@
{
"choices": [
"",
"caution",
"important",
"info",
"note",
"tip",
Expand All @@ -575,8 +593,10 @@
"secondary",
"accent",
"blue",
"cyan",
"green",
"gray",
"grey",
"magenta",
"orange",
"red",
"default",
Expand Down Expand Up @@ -624,6 +644,8 @@
{
"choices": [
"",
"caution",
"important",
"info",
"note",
"tip",
Expand All @@ -632,8 +654,10 @@
"secondary",
"accent",
"blue",
"cyan",
"green",
"gray",
"grey",
"magenta",
"orange",
"red",
"default",
Expand Down Expand Up @@ -677,6 +701,8 @@
{
"choices": [
"",
"caution",
"important",
"info",
"note",
"tip",
Expand All @@ -685,8 +711,10 @@
"secondary",
"accent",
"blue",
"cyan",
"green",
"gray",
"grey",
"magenta",
"orange",
"red",
"default",
Expand Down Expand Up @@ -724,6 +752,8 @@
{
"choices": [
"",
"caution",
"important",
"info",
"note",
"tip",
Expand All @@ -732,8 +762,10 @@
"secondary",
"accent",
"blue",
"cyan",
"green",
"gray",
"grey",
"magenta",
"orange",
"red",
"default",
Expand Down

0 comments on commit 82a5e98

Please sign in to comment.