https://bugs.kde.org/show_bug.cgi?id=418876
Bug ID: 418876
Summary: syntax highlighting for comment in a grep pipe is
wrong
Product: kate
Version: 19.12.3
Platform: Gentoo Packages
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: application
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
function ShuffleProfile() {
eselect profile list |\
awk ' { print $2 } ' |\
grep -e "^default/linux/amd64/17\.1" |\ # -e
"^default/linux/amd64/17\../musl" |\
grep -v -e '/x32' -e '/selinux' -e '/uclibc' |\
cut -f4- -d'/' -s |\
shuf
}
STEPS TO REPRODUCE
1. put that thing above in a kate window
2. swithc on bash syntax highlighting
3.
OBSERVED RESULT
it is not gray
EXPECTED RESULT
should be grayed out
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Gentoo
(available in About System)
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 19.12.3
Qt Version: 5.13.2
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.