https://bugs.kde.org/show_bug.cgi?id=430668
--- Comment #16 from mixo <mixosaurus+bugs...@pm.me> --- Extglob patterns break the parsing as well: ``` # in quotes "${var#lo+(r)em}" # everything that follows is treated as "string" (red) ``` and ``` # without quotes ${var#lo+(r)em} # everything that follows is treated as "different string" (black) ``` It happens with all extglob patterns: ?(...), *(...), +(...), @(...), !(...) Kate version 21.12.0 Frameworks version 5.89.0 Should I open a new bug report for this? -- You are receiving this mail because: You are watching all bug changes.