diff options
Diffstat (limited to 'emacs.d/snippets/text-mode/scala-mode/for.extract')
-rw-r--r-- | emacs.d/snippets/text-mode/scala-mode/for.extract | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/scala-mode/for.extract b/emacs.d/snippets/text-mode/scala-mode/for.extract new file mode 100644 index 0000000..60f1155 --- /dev/null +++ b/emacs.d/snippets/text-mode/scala-mode/for.extract @@ -0,0 +1,4 @@ +#Author : Jonas Bonèr <jonas@jonasboner.com> +#name : x <- xs +# -- +${1:x} <- ${2:xs}
\ No newline at end of file |