Install yasnippet and vala-snippets packages
This commit is contained in:
8
elpa/yasnippet-20160924.2001/snippets/ruby-mode/ife
Normal file
8
elpa/yasnippet-20160924.2001/snippets/ruby-mode/ife
Normal file
@@ -0,0 +1,8 @@
|
||||
#name : if ... else ... end
|
||||
#group : control structure
|
||||
# --
|
||||
if ${1:condition}
|
||||
$2
|
||||
else
|
||||
$3
|
||||
end
|
Reference in New Issue
Block a user