Feat: add tasks snippet

This commit is contained in:
Bertrand Benjamin 2022-01-04 07:55:22 +01:00
parent fed96f0ad1
commit 16194e4431
1 changed files with 9 additions and 0 deletions

View File

@ -35,6 +35,15 @@
],
"description": "enumerate"
},
"Task": {
"prefix": "task",
"body": [
"\\\\begin{tasks}(${1:2})",
"\t\\item $0",
"\\\\end{task}"
],
"description": "enumerate"
},
"center": {
"prefix": "center",
"body": [