chore: Added Latex snippets

This commit is contained in:
2022-10-14 15:14:23 +01:00
parent 3cafdb0c71
commit 819fdaed7d
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"
}
]
}
}