Add ability to colorize column numbers.

Fixes #377
This commit is contained in:
Andrew Gallant
2017-04-09 09:08:49 -04:00
parent 201b4fc757
commit e9df420d2f
4 changed files with 34 additions and 16 deletions

View File

@@ -181,7 +181,7 @@ Styles are limited to nobold, bold, nointense or intense.
.RS
.PP
The format of the flag is {type}:{attribute}:{value}.
{type} should be one of path, line or match.
{type} should be one of path, line, column or match.
{attribute} can be fg, bg or style.
Value is either a color (for fg and bg) or a text style.
A special format, {type}:none, will clear all color settings for {type}.