6 lines
228 B
XML
6 lines
228 B
XML
<snippet>
|
|
<content><![CDATA[grep(${1:/${2:pattern}/}) { |${3:match}| $0 }]]></content>
|
|
<tabTrigger>gre</tabTrigger>
|
|
<scope>source.ruby</scope>
|
|
<description>grep(/pattern/) { |match| .. }</description>
|
|
</snippet>
|