* syntax/diff.syntax: Lines starting with a <tab> character are

displayed like lines starting with a <space>. This is for the
	cvs diff -T option.
This commit is contained in:
Roland Illig 2005-05-14 11:30:54 +00:00
parent aa262c3482
commit 455b0d006e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-05-14 Roland Illig <roland.illig@gmx.de>
* syntax/diff.syntax: Lines starting with a <tab> character are
displayed like lines starting with a <space>. This is for the
cvs diff -T option.
2005-05-13 Pavel Roskin <proski@gnu.org>
* configure.ac: Require Autoconf 2.53 or newer.

View File

@ -10,6 +10,7 @@ context default yellow
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 linestart diff \n white red
context linestart ---\s \n brightmagenta
context linestart \+\+\+\s \n brightmagenta