diff --git a/edit/syntax.c b/edit/syntax.c index af958bb31..bf69b8902 100644 --- a/edit/syntax.c +++ b/edit/syntax.c @@ -1408,7 +1408,7 @@ char *syntax_text = "\n" "\n" "###############################################################################\n" -"file .\\*Makefile[\\\\\\.a-z]\\*$ Makefile\n" +"file .\\*[Mm]akefile[\\\\\\.a-z]\\*$ Makefile\n" "\n" "context default\n" " keyword $(*) yellow/24\n" diff --git a/src/ChangeLog b/src/ChangeLog index 5549d885d..fc10c1e0e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +Fri Jul 31 09:04:35 1998 Pavel Roskin + + * syntax.c: makefile* will be highlighted as Makefile* + 1998-07-30 Miguel de Icaza * main.c (translated_mc_chdir): Quick hack to make the old