Open zoffixznet opened 8 years ago
The regex delimiters position in the example code breaks the syntax highlighting for braces following them. This may be related to #34
{ { is_run q[Supply.interval(1).tap(-> { say 'hi' }); sleep 3;], { status => 0, err => / 'Unhandled exception in code scheduled on thread' .+ 'Too many positionals' .+ 'expected 0 arguments but got 1' / }, '.tap block with incorrect signature must fail'; } }
Issue Description
The regex delimiters position in the example code breaks the syntax highlighting for braces following them. This may be related to #34
Example Code
Picture