* syntax/c.syntax: Highlight trailing whitespace(s).

This commit is contained in:
Andrew V. Samoilov 2003-01-31 13:00:21 +00:00
parent 9bcada1d8b
commit 9604cb48c6
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-01-31 Andrew V. Samoilov <sav@bcs.zp.ua>
* syntax/c.syntax: Highlight trailing whitespace(s).
2003-01-30 Pavel Tsekov <ptsekov@gmx.net>
* acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses

View File

@ -95,8 +95,10 @@ context default
keyword : brightcyan
keyword ? brightcyan
keyword ; brightmagenta
keyword \{\s\t\}\[\s\t\]\n white red
context exclusive /\* \*/ brown
keyword \{\s\t\}\[\s\t\]\n white red
spellcheck
context exclusive // \n brown