| Summary: | Makefile invalid highlight | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-syntax-highlighting | Reporter: | fclushio |
| Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nibgonz |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/syntax-highlighting/5bd8719d46556dcb755e54e4637061678c4bc7da | Version Fixed/Implemented In: | 5.68.0 |
| Sentry Crash Report: | |||
| Attachments: | Red highlight below | ||
|
Description
fclushio
2020-01-24 10:34:16 UTC
Git commit 5bd8719d46556dcb755e54e4637061678c4bc7da by Christoph Cullmann, on behalf of Nibaldo González. Committed on 09/02/2020 at 11:32. Pushed by cullmann into branch 'master'. Makefile highlight: add substitutions Summary: Add substitutions: ``` $(var:pattern=replacement) ``` **Source:** https://www.gnu.org/savannah-checkouts/gnu/make/manual/html_node/Text-Functions.html Reviewers: #framework_syntax_highlighting, dhaumann, cullmann Reviewed By: #framework_syntax_highlighting, cullmann Subscribers: kwrite-devel, kde-frameworks-devel Tags: #kate, #frameworks Differential Revision: https://phabricator.kde.org/D27009 M +8 -0 autotests/folding/Makefile.fold M +8 -0 autotests/html/Makefile.html M +8 -0 autotests/input/Makefile M +8 -0 autotests/reference/Makefile.ref M +13 -2 data/syntax/makefile.xml https://commits.kde.org/syntax-highlighting/5bd8719d46556dcb755e54e4637061678c4bc7da |