Changes ruby do block args so they are inside the pipe symbols
This commit is contained in:
parent
0b8c95645f
commit
1a496b43a3
@ -427,7 +427,7 @@ endsnippet
|
||||
|
||||
|
||||
snippet do "do |<key>| ... end" i
|
||||
do ${1:|${2:key}|}
|
||||
do |${1:args}|
|
||||
$0
|
||||
end
|
||||
endsnippet
|
||||
|
Loading…
x
Reference in New Issue
Block a user