summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/scala-mode/asof
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/snippets/text-mode/scala-mode/asof4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/scala-mode/asof b/emacs.d/snippets/text-mode/scala-mode/asof
new file mode 100644
index 0000000..3b2b209
--- /dev/null
+++ b/emacs.d/snippets/text-mode/scala-mode/asof
@@ -0,0 +1,4 @@
+#Author : Jonas Bonèr <jonas@jonasboner.com>
+#name : asInstanceOf[T]
+# --
+asInstanceOf[${1:type}] $0 \ No newline at end of file