mirror of https://github.com/MidnightCommander/mc
* 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:
parent
d8c9fe58f1
commit
e88e193c5e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue