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 : inject(...) { |...| ... }
#group : collections
# --
inject(${1:0}) { |${2:injection}, ${3:element}| $0 }