https://bugs.kde.org/show_bug.cgi?id=417379
Christoph Cullmann <cullm...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/syn | |tax-highlighting/86e132a3a8 | |29f9c07dd7bf0e483440f92e1c6 | |340 Status|REPORTED |RESOLVED Version Fixed In| |5.68.0 Resolution|--- |FIXED --- Comment #1 from Christoph Cullmann <cullm...@kde.org> --- 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 -- You are receiving this mail because: You are watching all bug changes.