Comment 12 for bug 1171276

Revision history for this message
Zhao Cai (caizhaoff) wrote :

The other syntax format I would like to suggest is to add extra optional lines before snippet keyword

description .delete_if { |<key>,<value>| <block> }
completion Delete
snippet "(\S+)\.Del(ete)?_?if" r

....

endsnippet