mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
9 lines
414 B
Plaintext
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`} |