feat: add glossary entry to snippets

This commit is contained in:
2026-06-22 07:33:50 +02:00
parent 0fee16d9c1
commit f1bf4716c2
+8
View File
@@ -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": [