chore: Added Latex snippets

This commit is contained in:
Afonso Franco 2022-10-14 15:14:23 +01:00
parent 99b7a11a56
commit 2b8bd5b12d
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
5 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"name": "My Custom Snippets",
"contributes":{
"snippets":[
{
"language":["plaintex","tex"],
"path": "./languages/latex.json"
}
]
}
}