mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-16 22:39:21 +03:00
syntax: c: increase the color contrast of reminders like FIXME
Bright white on yellow stands out much more than grey on yellow. Signed-off-by: Liu Hao <lh_mouse@126.com>
This commit is contained in:
parent
b4411b4f28
commit
5144162a2d
@ -33,7 +33,7 @@ color brightblue "//.*"
|
||||
color brightblue start="/\*" end="\*/"
|
||||
|
||||
# Reminders.
|
||||
color ,yellow "\<(FIXME|TODO|XXX)\>"
|
||||
color brightwhite,yellow "\<(FIXME|TODO|XXX)\>"
|
||||
|
||||
# Trailing whitespace.
|
||||
color ,green "[[:space:]]+$"
|
||||
|
Loading…
Reference in New Issue
Block a user