1
1

* 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.
Этот коммит содержится в:
Pavel Roskin 2007-06-04 22:25:48 +00:00
родитель 2eccdbd045
Коммит d480dbe0b3
2 изменённых файлов: 10 добавлений и 3 удалений

Просмотреть файл

@ -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> 2007-06-01 Roland Illig <roland.illig@gmx.de>
* lua.syntax: Strings can have embedded \" sequences. * lua.syntax: Strings can have embedded \" sequences.

Просмотреть файл

@ -1,5 +1,5 @@
# Highlighting for various diffs including those generated by CVS # Highlighting for various diffs including those generated by CVS
# Comments to Pavel Roskin <pavel_roskin@geocities.com>
context default yellow context default yellow
keyword linestart @@*@@ cyan keyword linestart @@*@@ cyan
keyword linestart Index:\s brown keyword linestart Index:\s brown
@ -9,8 +9,8 @@ context default yellow
keyword linestart ---*---- cyan keyword linestart ---*---- cyan
context exclusive linestart @@*@@ \n brightcyan context exclusive linestart @@*@@ \n brightcyan
context exclusive linestart Index:\s \n black white context exclusive linestart Index:\s \n black white
context exclusive linestart \s \n lightgray blue context exclusive linestart \s \n lightgray
context exclusive linestart \t \n lightgray blue context exclusive linestart \t \n lightgray
context linestart diff \n white red context linestart diff \n white red
context linestart ---\s \n brightmagenta context linestart ---\s \n brightmagenta
context linestart \+\+\+\s \n brightmagenta context linestart \+\+\+\s \n brightmagenta