Bug 451363 - Bash highlighting fails with: "${PWD##*/}"
Summary: Bash highlighting fails with: "${PWD##*/}"
Status: RESOLVED FIXED
Alias: None
Product: frameworks-syntax-highlighting
Classification: Frameworks and Libraries
Component: syntax (show other bugs)
Version: 5.91.0
Platform: Manjaro Linux
: NOR minor
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-10 13:29 UTC by Alberto Salvia Novella
Modified: 2022-03-20 00:51 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.