Makefile highlight: fix variable names in "else" conditionals
ClosedPublic

Authored by nibags on Feb 12 2020, 11:07 AM.

Details

Summary

BUG: 417379
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".

Diff Detail

Repository
R216 Syntax Highlighting
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
nibags created this revision.Feb 12 2020, 11:07 AM
Restricted Application added projects: Kate, Frameworks. · View Herald TranscriptFeb 12 2020, 11:07 AM
Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. · View Herald Transcript
nibags requested review of this revision.Feb 12 2020, 11:07 AM
nibags edited the summary of this revision. (Show Details)Feb 12 2020, 11:10 AM
cullmann accepted this revision.Feb 12 2020, 11:14 AM

Thanks for the fix!

This revision is now accepted and ready to land.Feb 12 2020, 11:14 AM
This revision was automatically updated to reflect the committed changes.