chore: Added Latex snippets

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

View file

@ -0,0 +1,17 @@
{
"Create Split": {
"prefix": ["split"],
"body": [
"\\langle $1 \\rangle$0"
],
"description": "Create a Split"
},
"Use CP Rule": {
"prefix": ["rule"],
"body": [
"\\equiv \\{Propriedade\\ ${1:Numero_da_propriedade}\\}$0"
],
"description": "Create a Split"
}
}

View file

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