Install yasnippet and vala-snippets packages
This commit is contained in:
8
elpa/yasnippet-20160924.2001/snippets/scala-mode/match
Normal file
8
elpa/yasnippet-20160924.2001/snippets/scala-mode/match
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
#Author : Jonas Bonèr <jonas@jonasboner.com>
|
||||
#name : cc match { .. }
|
||||
# key: match
|
||||
# --
|
||||
${1:cc} match {
|
||||
case ${2:pattern} => $0
|
||||
}
|
Reference in New Issue
Block a user