https://bugs.kde.org/show_bug.cgi?id=460301
Bug ID: 460301 Summary: Highlighting indicates error in correct Bash's coproc statement Classification: Frameworks and Libraries Product: frameworks-syntax-highlighting Version: 5.98.0 Platform: Archlinux OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: syntax Assignee: kwrite-bugs-n...@kde.org Reporter: fisc...@unix-ag.uni-kl.de CC: walter.von.entfer...@posteo.net Target Milestone: --- The following text is correct Bash code: coproc { ls thisfiledoesntexist; read; } 2>&1 Syntax highlighting for Bash, however, indicates that the closing curly bracket (after "read;", before "2) is wrong. Example on coproc taken from https://wiki.bash-hackers.org/syntax/keywords/coproc -- You are receiving this mail because: You are watching all bug changes.