| Summary: | Shell syntax highlighting does not handle escaped line breaks properly | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-syntax-highlighting | Reporter: | Allen Webb <vertago1> |
| Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | christoph, vertago1, walter.von.entferndt |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | https://invent.kde.org/frameworks/syntax-highlighting/-/commit/1395988e39b59c8734e0291578fa9d6f98e160e8 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: |
shell file that demonstrates highlighting issue when opened in kate
Screenshot that includes both the observed behavior and the kate version information. |
||
|
Description
Allen Webb
2024-06-03 17:49:24 UTC
Created attachment 170104 [details]
Screenshot that includes both the observed behavior and the kate version information.
It reproduces on Kate 23.08.5 A possibly relevant merge request was started @ https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/652 Git commit 1395988e39b59c8734e0291578fa9d6f98e160e8 by Christoph Cullmann, on behalf of Jonathan Poelen. Committed on 22/08/2024 at 15:52. Pushed by cullmann into branch 'master'. Bash: fix escaped line in brace condition M +10 -0 autotests/folding/highlight.sh.fold M +10 -0 autotests/html/highlight.sh.dark.html M +10 -0 autotests/html/highlight.sh.html M +10 -0 autotests/input/highlight.sh M +10 -0 autotests/reference/highlight.sh.ref M +23 -7 data/syntax/bash.xml https://invent.kde.org/frameworks/syntax-highlighting/-/commit/1395988e39b59c8734e0291578fa9d6f98e160e8 |