| Summary: | Fish syntax reported falsely as error | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-syntax-highlighting | Reporter: | Matthias <shalokshalom> |
| Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | walter.von.entferndt |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Other | ||
| Latest Commit: | https://invent.kde.org/frameworks/syntax-highlighting/-/commit/78efeefb4e3563577213d0af485cda61ac20e612 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: |
Screenshot 1
Screenshot 1 |
||
|
Description
Matthias
2023-10-21 17:50:36 UTC
Created attachment 162481 [details]
Screenshot 1
Created attachment 162482 [details]
Screenshot 1
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/580 Git commit 78efeefb4e3563577213d0af485cda61ac20e612 by Christoph Cullmann, on behalf of Jonathan Poelen. Committed on 11/11/2023 at 15:41. Pushed by cullmann into branch 'master'. Fish: fix [...] which are not preceded by a variable or command substitution ```fish echo $foo[1] foo[1] # ~~~ Index # ~~~ Normal ``` M +20 -0 autotests/folding/highlight.fish.fold M +20 -0 autotests/html/highlight.fish.dark.html M +20 -0 autotests/html/highlight.fish.html M +20 -0 autotests/input/highlight.fish M +20 -0 autotests/reference/highlight.fish.ref M +42 -8 data/syntax/fish.xml https://invent.kde.org/frameworks/syntax-highlighting/-/commit/78efeefb4e3563577213d0af485cda61ac20e612 Thanks! |