#38 added basic snippets for markdown

This commit is contained in:
Dominik 2020-05-19 21:43:28 +02:00
parent 2b7d977e70
commit 8b9f45d92e

25
.vscode/markdown.code-snippets vendored Normal file
View File

@ -0,0 +1,25 @@
{
"online im Internet": {
"scope": "markdown",
"prefix": "oii",
"body": "online im Internet"
},
"autocite": {
"scope": "markdown",
"prefix": "ac",
"body": "[vgl. @${1:bibentry}, ${2:page}]"
},
"label": {
"scope": "markdown",
"prefix": "lbl",
"body": "{#${1:type}:${2:id}}"
},
"reference": {
"scope": "markdown",
"prefix": "ref",
"body": "[@$1]"
}
}