From 620bf270aab893a830f57616f03bf00a21d7f1a6 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Wed, 5 Feb 2003 07:44:49 +0000 Subject: [PATCH] * syntax/c.syntax: Revert highlighting trailing whitespaces. --- ChangeLog | 4 ++++ syntax/c.syntax | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3be7d4e99..802ca9ff7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-02-04 Pavel Roskin + + * syntax/c.syntax: Revert highlighting trailing whitespaces. + 2003-02-03 Andrew V. Samoilov * autogen.sh: Fix unportable "+" sed regexp in gettext_ver diff --git a/syntax/c.syntax b/syntax/c.syntax index 3866831e6..f2f1d2dd9 100644 --- a/syntax/c.syntax +++ b/syntax/c.syntax @@ -95,10 +95,8 @@ context default keyword : brightcyan keyword ? brightcyan keyword ; brightmagenta - keyword \{\s\t\}\[\s\t\]\n white red context exclusive /\* \*/ brown - keyword \{\s\t\}\[\s\t\]\n white red spellcheck context exclusive // \n brown