| Summary: | ifeq sequence highlighted invalid | ||
|---|---|---|---|
| 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: | 5.67.0 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/syntax-highlighting/86e132a3a829f9c07dd7bf0e483440f92e1c6340 | Version Fixed/Implemented In: | 5.68.0 |
| Sentry Crash Report: | |||
| Attachments: | Invalid highlight | ||
|
Description
fclushio
2020-02-10 12:51:19 UTC
Git commit 86e132a3a829f9c07dd7bf0e483440f92e1c6340 by Christoph Cullmann, on behalf of Nibaldo González. Committed on 12/02/2020 at 11:14. Pushed by cullmann into branch 'master'. Makefile highlight: fix variable names in "else" conditionals Summary: FIXED-IN: 5.68.0 Allow highlighting variables in "else" conditionals, for example: `else ifdef foo` or `else ifeq (bar, foo)`. Previously, these (bar and foo) were highlighted as "Error". 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/D27343 M +17 -0 autotests/folding/Makefile.fold M +17 -0 autotests/html/Makefile.html M +17 -0 autotests/input/Makefile M +17 -0 autotests/reference/Makefile.ref M +10 -4 data/syntax/makefile.xml https://commits.kde.org/syntax-highlighting/86e132a3a829f9c07dd7bf0e483440f92e1c6340 |