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