Install yasnippet and vala-snippets packages
This commit is contained in:
7
elpa/yasnippet-20160924.2001/snippets/ruby-mode/case
Normal file
7
elpa/yasnippet-20160924.2001/snippets/ruby-mode/case
Normal file
@@ -0,0 +1,7 @@
|
||||
#name : case ... end
|
||||
#group : general
|
||||
# --
|
||||
case ${1:object}
|
||||
when ${2:condition}
|
||||
$0
|
||||
end
|
Reference in New Issue
Block a user