Code editor
zed
Platform
archlinux
Version
Zed 0.219.4 5595f7ce23d51a58eb66dd025a487bbd6c75dad1
What steps will reproduce the bug?
create a bash file with the contents
function f1 {
echo hi | echo hi | echo hi
}
function f2 {
echo hi
echo hi && echo hi
}
How often does it reproduce? Is there a required condition?
always
What is the expected behavior?
correct syntax highlighting
What do you see instead?
function f2 {
echo hi
echo hi
is highlighted as a string
Additional information
No response