mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-13 00:44:18 +00:00
removing directives from some classic snippets
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#name : each_cons(...) { |...| ... }
|
||||
#group : collections
|
||||
# --
|
||||
each_cons(${1:2}) { |${group}| $0 }
|
||||
each_cons(${1:2}) { |${group}| $0 }
|
||||
|
||||
Reference in New Issue
Block a user