mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-15 14:03:04 +00:00
7 lines
200 B
Plaintext
7 lines
200 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: gre
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: grep(/pattern/) { |match| .. }
|
|
## condition: "source.ruby"
|
|
# --
|
|
grep(${1:/${2:pattern}/}) { |${3:match}| $0 } |