quarto setup

This commit is contained in:
Daniel Winkler 2026-01-31 17:28:09 +11:00
commit 765d53a1b1
5 changed files with 44 additions and 4 deletions

13
snippets/quarto.json Normal file
View file

@ -0,0 +1,13 @@
{
"Chunk": {
"R": {
"prefix": "_r",
"body": [
"```{r}",
"$1",
"```"
],
"description": "R code block"
}
}
}