# -*- mode: snippet -*- # key: gre # contributor: Translated from TextMate Snippet # name: grep(/pattern/) { |match| .. } ## condition: "source.ruby" # -- grep(${1:/${2:pattern}/}) { |${3:match}| $0 }