Revert "clarity snippets for VS Code"

This reverts commit 5ce71523aa.
This commit is contained in:
John Bowdre 2022-03-06 22:02:16 -06:00
parent 5ce71523aa
commit d8868f4639

View file

@ -1,20 +0,0 @@
{
"Add Hugo Notice": {
"scope": "markdown",
"prefix": "note",
"body": [
"{{% notice ${1|note,info,tip,warning|} ${2:title} %}}",
"$3",
"{{% /notice %}}"
],
"description": "create note"
},
"Add Hugo Reference": {
"scope": "markdown",
"prefix": "ref",
"body": [
"{{< ref \"$1\" >}}"
],
"description": "create local ref link"
},
}