summaryrefslogtreecommitdiff
path: root/scala-mode/hmap.new
diff options
context:
space:
mode:
Diffstat (limited to 'scala-mode/hmap.new')
-rw-r--r--scala-mode/hmap.new6
1 files changed, 6 insertions, 0 deletions
diff --git a/scala-mode/hmap.new b/scala-mode/hmap.new
new file mode 100644
index 0000000..3311255
--- /dev/null
+++ b/scala-mode/hmap.new
@@ -0,0 +1,6 @@
+# -*- mode: snippet -*-
+#Author : Jonas Bonèr <jonas@jonasboner.com>
+#name : new HashMap[K, V]
+# key: hmap.new
+# --
+new HashMap[${1:key}, ${2:value}] $0 \ No newline at end of file