| Summary: | Incorrect coloring of nested $$() entries of Make files | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-syntax-highlighting | Reporter: | Marián Konček <koncek.marian> |
| 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: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/syntax-highlighting/-/commit/dcb0ded3f59764f08bb1203df706e9373b5475d3 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Example of incorrect coloring | ||
|
Description
Marián Konček
2023-08-24 09:06:08 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/530 Git commit dcb0ded3f59764f08bb1203df706e9373b5475d3 by Christoph Cullmann, on behalf of Jonathan Poelen. Committed on 03/09/2023 at 19:46. Pushed by cullmann into branch 'master'. Makefile: fix parenthesis in call function ```make $(call func,bla(bla)$(bla)(bla)bla) # ~~~~~~~~ ~~~ ~~~~~~~~ FuncParam # ~~ ~ ~ Operator ``` M +3 -0 autotests/folding/Makefile.fold M +3 -0 autotests/html/Makefile.dark.html M +3 -0 autotests/html/Makefile.html M +3 -0 autotests/input/Makefile M +3 -0 autotests/reference/Makefile.ref M +18 -5 data/syntax/makefile.xml https://invent.kde.org/frameworks/syntax-highlighting/-/commit/dcb0ded3f59764f08bb1203df706e9373b5475d3 |