yasnippet/extras/imported/ruby-mode/Blocks/open yield block ({).yasnippet
2009-10-22 14:06:52 +00:00

9 lines
414 B
Plaintext

# -*- mode: snippet -*-
# key: {
# contributor: Translated from TextMate Snippet
# assumes some sort of autopairing of the braces such as autopair.el or ruby electric
# that would have added the closing brace.
# name: Insert { |variable| … }
## condition: "source.ruby - string - comment"
# --
{ ${1:$(if (string= yas/text "") "" "|")}${1:variable}${1:$(if (string= yas/text "") "" "|")}${2:`yas/selected-text`}