summaryrefslogtreecommitdiff
path: root/elixir-mode/hcast
diff options
context:
space:
mode:
Diffstat (limited to 'elixir-mode/hcast')
-rw-r--r--elixir-mode/hcast8
1 files changed, 8 insertions, 0 deletions
diff --git a/elixir-mode/hcast b/elixir-mode/hcast
new file mode 100644
index 0000000..a217806
--- /dev/null
+++ b/elixir-mode/hcast
@@ -0,0 +1,8 @@
+# -*- mode: snippet -*-
+# name: hcast
+# key: hcast
+# --
+def handle_cast($1, state) do
+ $0
+ {:noreply, state}
+end