mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-15 14:03:04 +00:00
7 lines
189 B
Plaintext
7 lines
189 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: :
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: Hash Pair — :key => "value"
|
|
## condition: "source.ruby"
|
|
# --
|
|
:${1:key} => ${2:"${3:value}"}${4:, } |