1
0
mirror of https://github.com/MidnightCommander/mc synced 2025-01-12 06:19:19 +03:00

* 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.
This commit is contained in:
Pavel Roskin 2007-06-04 22:25:48 +00:00
parent 2eccdbd045
commit d480dbe0b3
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2007-06-04 Pavel Roskin <proski@gnu.org>
* 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 <roland.illig@gmx.de>
* lua.syntax: Strings can have embedded \" sequences.

View File

@ -1,5 +1,5 @@
# Highlighting for various diffs including those generated by CVS
# Comments to Pavel Roskin <pavel_roskin@geocities.com>
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