MLStyle.jl difficult pattern

Is it possible to do something like this?

using MLStyle

@match 1:10 begin [a, o1..., 5, o2..., b, c] => (a,o1,o2,b,c) end