feat: add glossary snippet for latex

This commit is contained in:
2026-06-22 07:34:46 +02:00
parent 667565c0d0
commit 9f75891bb8
+8
View File
@@ -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": [