summaryrefslogtreecommitdiff
path: root/scala-mode/tr.ext-with
diff options
context:
space:
mode:
Diffstat (limited to 'scala-mode/tr.ext-with')
-rw-r--r--scala-mode/tr.ext-with8
1 files changed, 0 insertions, 8 deletions
diff --git a/scala-mode/tr.ext-with b/scala-mode/tr.ext-with
deleted file mode 100644
index 99b75ee..0000000
--- a/scala-mode/tr.ext-with
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- mode: snippet -*-
-#Author : Anders Bach Nielsen <andersbach.nielsen@epfl.ch>
-#name : trait T1 extends C with T2 { .. }
-# key: tr
-# --
-trait ${1:name} extends ${2:class} with ${3:trait} {
- $0
-} \ No newline at end of file