Added grouping support for snippets (Issue 30)

This commit is contained in:
Zhang Chiyuan
2009-01-28 07:04:27 +00:00
parent 11f4a94680
commit 64e5027d10
82 changed files with 149 additions and 15 deletions

View File

@@ -1,3 +1,4 @@
#name : each_cons(...) { |...| ... }
#group : collections
# --
each_cons(${1:2}) { |${group}| $0 }