Install yasnippet and vala-snippets packages
This commit is contained in:
8
elpa/yasnippet-20160924.2001/snippets/scala-mode/for
Normal file
8
elpa/yasnippet-20160924.2001/snippets/scala-mode/for
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
#Author : Sam Halliday
|
||||
#name : for { x <- xs } yield
|
||||
#key: for
|
||||
# --
|
||||
for {
|
||||
${1:x} <- ${2:xs}
|
||||
} yield ${3:x}
|
Reference in New Issue
Block a user