Phidica / sublime-fish

A robust Sublime Text syntax package for fish
MIT License
35 stars 2 forks source link

Pipe symbol not always getting correct scope #6

Closed rwols closed 6 years ago

rwols commented 6 years ago
make fish 2>| less
#         ^^^ pipe stderr to stdin of "less"
Phidica commented 6 years ago

This is fixed in the current development branch "block-rewrite" (which overhauled piping particularly around blocks but also for this case) and I will in fact be merging it into master this evening :)

Phidica commented 6 years ago

These changes are now in master, marking as fixed