mirror of https://github.com/MidnightCommander/mc
* syntax/c.syntax: Highlight trailing whitespace(s).
This commit is contained in:
parent
9bcada1d8b
commit
9604cb48c6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue