Import snippets for scala-mode and nxml-mode from Anders.

This commit is contained in:
Zhang Chiyuan
2008-12-03 15:03:55 +00:00
parent 6774448630
commit 0ca7da8347
134 changed files with 705 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#Author : Jonas Bonèr <jonas@jonasboner.com>
#name : for {x <- xs \ y <- ys} { yield }
# --
for {
${1:x} <- ${2:xs}
${3:x} <- ${4:xs}
} {
yield $0
}