Markdown snippets fixed
Not sure why they sometimes end up with the wrong names.
This commit is contained in:
parent
67811b8598
commit
994c36c5a5
2 changed files with 9 additions and 2 deletions
7
snippets/markdown-mode/example
Normal file
7
snippets/markdown-mode/example
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# -*- mode: snippet -*-
|
||||||
|
# name: example
|
||||||
|
# key: <e
|
||||||
|
# --
|
||||||
|
\`\`\`text
|
||||||
|
$0
|
||||||
|
\`\`\`
|
|
@ -1,6 +1,6 @@
|
||||||
# key: <ss
|
# key: <ss
|
||||||
# name: shell
|
# name: shell
|
||||||
# --
|
# --
|
||||||
```bash
|
\`\`\`bash
|
||||||
${0}
|
${0}
|
||||||
```
|
\`\`\`
|
Loading…
Reference in a new issue