summaryrefslogtreecommitdiff
path: root/scala-mode/mix
diff options
context:
space:
mode:
Diffstat (limited to 'scala-mode/mix')
-rw-r--r--scala-mode/mix8
1 files changed, 8 insertions, 0 deletions
diff --git a/scala-mode/mix b/scala-mode/mix
new file mode 100644
index 0000000..d61eb51
--- /dev/null
+++ b/scala-mode/mix
@@ -0,0 +1,8 @@
+# -*- mode: snippet -*-
+#Author : Jonas Bonèr <jonas@jonasboner.com>
+#name : trait T { .. }
+# key: mix
+# --
+trait ${1:name} {
+ $0
+} \ No newline at end of file