Bug 451363

Summary: Bash highlighting fails with: "${PWD##*/}"
Product: [Frameworks and Libraries] frameworks-syntax-highlighting Reporter: Alberto Salvia Novella <es20490446e>
Component: syntaxAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: minor CC: jonathan.poelen, walter.von.entferndt
Priority: NOR    
Version First Reported In: 5.91.0   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Alberto Salvia Novella 2022-03-10 13:29:01 UTC
This variable shows the current directory without path in Bash:
"${PWD##*/}"

But if you type it on a script, with the quotes, the next lines are no longer highlighted.