mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 20:00:05 +08:00
9 lines
156 B
Plaintext
9 lines
156 B
Plaintext
# snippets for making snippets :)
|
|
snippet snip
|
|
snippet ${1:trigger} "${2:description}"
|
|
${0:${VISUAL}}
|
|
snippet v
|
|
{VISUAL}
|
|
snippet $
|
|
${${1:1}:${0:text}}
|