From d480dbe0b3e6d448859f7400814ca59d9c1f4efb Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 4 Jun 2007 22:25:48 +0000 Subject: [PATCH] * diff.syntax: Don't use blue background for lines starting with spaces and tabs. It stands out too much if the default editor background is not blue. Use the default background. Remove an obsolete comment. --- syntax/ChangeLog | 7 +++++++ syntax/diff.syntax | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/syntax/ChangeLog b/syntax/ChangeLog index df22721c3..4e6212af9 100644 --- a/syntax/ChangeLog +++ b/syntax/ChangeLog @@ -1,3 +1,10 @@ +2007-06-04 Pavel Roskin + + * diff.syntax: Don't use blue background for lines starting with + spaces and tabs. It stands out too much if the default editor + background is not blue. Use the default background. Remove an + obsolete comment. + 2007-06-01 Roland Illig * lua.syntax: Strings can have embedded \" sequences. diff --git a/syntax/diff.syntax b/syntax/diff.syntax index b97dc4ba7..b0aaee6e2 100644 --- a/syntax/diff.syntax +++ b/syntax/diff.syntax @@ -1,5 +1,5 @@ # Highlighting for various diffs including those generated by CVS -# Comments to Pavel Roskin + context default yellow keyword linestart @@*@@ cyan keyword linestart Index:\s brown @@ -9,8 +9,8 @@ context default yellow keyword linestart ---*---- cyan context exclusive linestart @@*@@ \n brightcyan context exclusive linestart Index:\s \n black white -context exclusive linestart \s \n lightgray blue -context exclusive linestart \t \n lightgray blue +context exclusive linestart \s \n lightgray +context exclusive linestart \t \n lightgray context linestart diff \n white red context linestart ---\s \n brightmagenta context linestart \+\+\+\s \n brightmagenta