Commit 5144162a authored by Liu Hao's avatar Liu Hao Committed by Benno Schulenberg
Browse files

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: default avatarLiu Hao <lh_mouse@126.com>
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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:]]+$"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment