Bug 82194 - makefile.<whatever> or <whatever>.makefiles aren't highlighted automatically
Summary: makefile.<whatever> or <whatever>.makefiles aren't highlighted automatically
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: syntax (show other bugs)
Version: 4.0
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-25 19:35 UTC by Eduardo Robles Elvira
Modified: 2004-05-26 14:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eduardo Robles Elvira 2004-05-25 19:35:09 UTC
Version:           3.0.3 (using KDE KDE 3.2.2)
Installed from:    RedHat RPMs

I've imported a project from a directory, (which contains the source code for the examples of the Thinking in C++ book). There are some makefiles as:

gcc.makefile
makefile.bugs
makefile
all.makefile
Borland.makefile
gcc.makefile
Microsoft.makefile

When opened, none of this files are automatically highlighted. 
I feel like it's clear that any file that has something that match the reg.exp "\.makefile|makefile\." should be automatically highlighted with the propper syntax, because I doubt any other action would be expected.
Comment 1 Jens Dagerbo 2004-05-25 22:02:51 UTC
Highlighting is done by katepart. Reassigning.
Comment 2 Wilbert Berendsen 2004-05-26 10:43:43 UTC
fixed in cvs, thanks!
Comment 3 Eduardo Robles Elvira 2004-05-26 14:55:40 UTC
wow, that's what I call a fast fix !! thanks you wbsoft ;-)