mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-13 17:04:18 +00:00
Import snippets for scala-mode and nxml-mode from Anders.
This commit is contained in:
4
snippets/text-mode/scala-mode/hmap.val-new
Normal file
4
snippets/text-mode/scala-mode/hmap.val-new
Normal file
@@ -0,0 +1,4 @@
|
||||
#Author : Jonas Bonèr <jonas@jonasboner.com>
|
||||
#name : val m = new HashMap[K, V]
|
||||
# --
|
||||
val ${1:m} = new HashMap[${2:key}, ${3:value}] $0
|
||||
Reference in New Issue
Block a user