Install yasnippet and vala-snippets packages
This commit is contained in:
6
elpa/yasnippet-20160924.2001/snippets/ruby-mode/dow
Normal file
6
elpa/yasnippet-20160924.2001/snippets/ruby-mode/dow
Normal file
@@ -0,0 +1,6 @@
|
||||
#name : downto(...) { |n| ... }
|
||||
#group : control structure
|
||||
# --
|
||||
downto(${0}) { |${n}|
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user