https://bugs.kde.org/show_bug.cgi?id=470920
Bug ID: 470920
Summary: Makefile syntax highlighting doesn't handle
line-breaks for multiple targets
Classification: Applications
Product: kate
Version: unspecified
Platform: openSUSE
OS: Linux
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 159606
--> https://bugs.kde.org/attachment.cgi?id=159606&action=edit
screenshot example
Syntax highlighting handles line breaks in dependencies correctly, e.g.:
```
target1 target2 &: \
dep1 \
dep2 \
dep3
```
will correctly highlight all of the deps as (for me) blue, the line breaks as
purple, and the targets as yellow.
However if I have multiple targets split over multiple lines:
```
target1 \
target2 \
target3 &: \
dep1 \
dep2 \
dep3
```
Then the first two lines of targets area not highlighted.
Apologies if pedantic.
--
You are receiving this mail because:
You are watching all bug changes.