From 4d3dbca66002210dfd9ff5593fc6bb8375a2d60d Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Wed, 5 Sep 2001 01:50:02 +0000 Subject: [PATCH] * syntax/changelog.syntax: Fix highlighting of functions. Relax strictness for dates. --- ChangeLog | 3 +++ syntax/changelog.syntax | 42 +++++++++++++++++++---------------------- 2 files changed, 22 insertions(+), 23 deletions(-) diff --git a/ChangeLog b/ChangeLog index 457f59c1c..d0b1a4f63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-09-04 Pavel Roskin + * syntax/changelog.syntax: Fix highlighting of functions. Relax + strictness for dates. + * doc/mc.1.in: Fix troff warnings. * doc/mcedit.1.in: Likewise. diff --git a/syntax/changelog.syntax b/syntax/changelog.syntax index a38ebc91f..fc28ef4cc 100644 --- a/syntax/changelog.syntax +++ b/syntax/changelog.syntax @@ -1,29 +1,25 @@ - context default - keyword \s+() brightmagenta/23 - keyword \t+() brightmagenta/23 + keyword wholeright +() brightmagenta/23 spellcheck context linestart \t\*\s : brightcyan/17 context linestart \s\s\s\s\s\s\s\s\*\s : brightcyan/17 -context linestart 19+-+\s \n yellow/24 - keyword <+> brightred/19 -context linestart 20+-+\s \n yellow/24 - keyword <+> brightred/19 -context linestart Mon\s+\s+\s+\s \n yellow/24 - keyword <+> brightred/19 -context linestart Tue\s+\s+\s+\s \n yellow/24 - keyword <+> brightred/19 -context linestart Wed\s+\s+\s+\s \n yellow/24 - keyword <+> brightred/19 -context linestart Thu\s+\s+\s+\s \n yellow/24 - keyword <+> brightred/19 -context linestart Fri\s+\s+\s+\s \n yellow/24 - keyword <+> brightred/19 -context linestart Sat\s+\s+\s+\s \n yellow/24 - keyword <+> brightred/19 -context linestart Sun\s+\s+\s+\s \n yellow/24 - keyword <+> brightred/19 - - +context linestart 19+-+\s \n yellow/24 + keyword <+> brightred/19 +context linestart 20+-+\s \n yellow/24 + keyword <+> brightred/19 +context linestart Mon\s \n yellow/24 + keyword <+> brightred/19 +context linestart Tue\s \n yellow/24 + keyword <+> brightred/19 +context linestart Wed\s \n yellow/24 + keyword <+> brightred/19 +context linestart Thu\s \n yellow/24 + keyword <+> brightred/19 +context linestart Fri\s \n yellow/24 + keyword <+> brightred/19 +context linestart Sat\s \n yellow/24 + keyword <+> brightred/19 +context linestart Sun\s \n yellow/24 + keyword <+> brightred/19