mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* 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>
|
2003-01-30 Pavel Tsekov <ptsekov@gmx.net>
|
||||||
|
|
||||||
* acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
|
* acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
|
||||||
|
@ -95,8 +95,10 @@ context default
|
|||||||
keyword : brightcyan
|
keyword : brightcyan
|
||||||
keyword ? brightcyan
|
keyword ? brightcyan
|
||||||
keyword ; brightmagenta
|
keyword ; brightmagenta
|
||||||
|
keyword \{\s\t\}\[\s\t\]\n white red
|
||||||
|
|
||||||
context exclusive /\* \*/ brown
|
context exclusive /\* \*/ brown
|
||||||
|
keyword \{\s\t\}\[\s\t\]\n white red
|
||||||
spellcheck
|
spellcheck
|
||||||
|
|
||||||
context exclusive // \n brown
|
context exclusive // \n brown
|
||||||
|
Loading…
Reference in New Issue
Block a user