syntax highlighting choice improvement

2008-05-23 Thread Oswald Buddenhagen
hi, to avoid absurd situations like makefile.c being highlighted as a makefile, i moved the basename-matching rules to the end of the Syntax file. possibly the combined rules should be split into extension-only and filename-only to avoid the critical rules fighting each other, too (e.g.,

Re: syntax highlighting choice improvement

2008-05-23 Thread Oswald Buddenhagen
On Fri, May 23, 2008 at 06:04:40PM +0200, Oswald Buddenhagen wrote: possibly the combined rules should be split into extension-only and filename-only to avoid the critical rules fighting each other, too (e.g., configure.in.c). bah, silly example. meant ChangeLog.mk or something. -- Hi! I'm