Skip to content

Commit e21711c

Browse files
committed
add "group" to snippet
1 parent 5ab4a2c commit e21711c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.vscode/docker.code-snippets

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"prefix": ["admonition", "tabs"],
2424
"body": [
2525
"",
26-
"{{< tabs >}}",
27-
"{{< tab name=\"$1\">}}",
26+
"{{< tabs group=\"$1\" >}}",
27+
"{{< tab name=\"$2\">}}",
2828
"",
29-
"$2",
29+
"$3",
3030
"",
3131
"{{< /tab >}}",
32-
"{{< tab name=\"$3\">}}",
32+
"{{< tab name=\"$4\">}}",
3333
"",
34-
"$4",
34+
"$5",
3535
"",
3636
"{{< /tab >}}",
3737
"{{</tabs >}}",

0 commit comments

Comments
 (0)