1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-19 12:28:11 +01:00

accidentally made snippet file for *.snippet(s) snippets.snippet instead of snippet.snippet

This commit is contained in:
Michael Sanders
2009-03-22 22:47:44 -04:00
parent bd729bb2a3
commit aa854cb971

View File

@@ -0,0 +1,7 @@
# snippets for making snippets :)
snippet snip
snippet ${1:trigger}
${2}
snippet msnip
snippet ${1:trigger} ${2:description}
${3}