mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
#Author : Jonas Bonèr <jonas@jonasboner.com>
|
|
#name : new HashMap[K, V]
|
|
# key: hmap
|
|
# --
|
|
new HashMap[${1:key}, ${2:value}] $0 |