diff --git a/.vscode/clarity.code-snippets b/.vscode/clarity.code-snippets deleted file mode 100644 index 08a2b1c..0000000 --- a/.vscode/clarity.code-snippets +++ /dev/null @@ -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" - }, -}