mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 21:43:04 +00:00
7 lines
197 B
Plaintext
7 lines
197 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: flash
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: flash[…]
|
|
## condition: "source.ruby.rails"
|
|
# --
|
|
flash[:${1:notice}] = "${2:Successfully created...}"$0 |