Improve ruby snippets.
This commit is contained in:
parent
0b6184aea1
commit
f82c5e1edf
@ -134,3 +134,13 @@ options head
|
|||||||
Dir.glob(${1:'**/*'}) do |fname|
|
Dir.glob(${1:'**/*'}) do |fname|
|
||||||
${0:TARGET}
|
${0:TARGET}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
snippet case
|
||||||
|
abbr case ... when ... else ... end
|
||||||
|
options head
|
||||||
|
case ${1}
|
||||||
|
when ${2}
|
||||||
|
${3}
|
||||||
|
else
|
||||||
|
${4}
|
||||||
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user