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