* syntax/diff.syntax: Revert highlighting for trailing spaces

on the added lines - it extends the context to the next line.
This commit is contained in:
Pavel Roskin 2002-10-31 21:58:55 +00:00
parent d8c9fe58f1
commit e88e193c5e
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2002-10-31 Pavel Roskin <proski@gnu.org>
* syntax/diff.syntax: Revert highlighting for trailing spaces
on the added lines - it extends the context to the next line.
* lib/mc.csh.in: Add quoting and check for missing file.
* lib/mc.csh.in: Update to use the new -P option. This script

View File

@ -15,9 +15,7 @@ context linestart \+\+\+ \n brightmagenta
context linestart \*\*\* \n brightmagenta
context linestart === \n brown
context linestart \+ \n brightgreen
keyword \{\s\t\}\[\s\t\]\n white red
context linestart > \n brightgreen
keyword \{\s\t\}\[\s\t\]\n white red
context linestart - \n brightred
context linestart < \n brightred
context linestart ! \n yellow