Merge branch '37-add-vs-code-snippet-for-citeauthor' into 'master'

Resolve "Add VS Code snippet for \citeauthor"

Closes #37

See merge request fastexitlane/latex-boilerplate!18
This commit is contained in:
Dominik Becker 2020-05-10 07:28:34 +00:00
commit d21dabe099

View File

@ -92,7 +92,7 @@
"body": "\\autocite[vgl.][${2:page}]{${1:bibentry}}" "body": "\\autocite[vgl.][${2:page}]{${1:bibentry}}"
}, },
"chapter": { "chapter": {
"scope": "latex", "scope": "latex",
"prefix": "chap", "prefix": "chap",
"body": [ "body": [
@ -101,6 +101,12 @@
] ]
}, },
"citeauthor": {
"scope": "latex",
"prefix": "ca",
"body": "\\textit{\\citeauthor{$1}}"
},
"section": { "section": {
"scope": "latex", "scope": "latex",
"prefix": "sec", "prefix": "sec",