Bug 82194

Summary: makefile.<whatever> or <whatever>.makefiles aren't highlighted automatically
Product: [Applications] kate Reporter: Eduardo Robles Elvira <edulix>
Component: syntaxAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 4.0   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

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 ;-)