Markdown snippets fixed

Not sure why they sometimes end up with the wrong names.
This commit is contained in:
Howard Abrams 2024-11-26 10:40:13 -08:00
parent 67811b8598
commit 994c36c5a5
2 changed files with 9 additions and 2 deletions

View file

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: example
# key: <e
# --
\`\`\`text
$0
\`\`\`

View file

@ -1,6 +1,6 @@
# key: <ss # key: <ss
# name: shell # name: shell
# -- # --
```bash \`\`\`bash
${0} ${0}
``` \`\`\`