mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-15 22:13:04 +00:00
7 lines
238 B
Plaintext
7 lines
238 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: tim
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: times { |n| .. }
|
|
## condition: "source.ruby"
|
|
# --
|
|
times { ${1:$(if (string= yas/text "") "" "|")}${1:n}${1:$(if (string= yas/text "") "" "|")} $0 } |