feat: add glossary snippet for latex
This commit is contained in:
@@ -95,6 +95,14 @@
|
||||
],
|
||||
"description": "Prepares to write a LaTeX CheatSheet"
|
||||
},
|
||||
"glossary-entry": {
|
||||
"prefix": "glossary-entry",
|
||||
"body": [
|
||||
"\\newglossaryentry{$1}{",
|
||||
"\tname={$2},",
|
||||
"\tdescription={$3}\n}"
|
||||
]
|
||||
},
|
||||
"Fancy table": {
|
||||
"prefix": "table",
|
||||
"body": [
|
||||
|
||||
Reference in New Issue
Block a user