diff options
author | Jason Cox <me@jasoncarloscox.com> | 2023-04-27 09:57:37 -0400 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-05-16 13:41:41 +0200 |
commit | d2ea1aac09fbf02873c3070cadef4386196bb040 (patch) | |
tree | 467a77462082f2fc05972517bf88afd200f0c008 /doc | |
parent | bbb9b0695e1b8a0962423f5223a4b559b4ef02f6 (diff) | |
download | aerc-d2ea1aac09fbf02873c3070cadef4386196bb040.tar.gz |
colorize: style chunk function name
It's nice to use a different style for the chunk's function name to make
it clear that the name is not necessarily adjacent to the chunk's actual
lines.
Signed-off-by: Jason Cox <me@jasoncarloscox.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-stylesets.7.scd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd index 218813fe..12aa97b6 100644 --- a/doc/aerc-stylesets.7.scd +++ b/doc/aerc-stylesets.7.scd @@ -151,6 +151,8 @@ declared under a *[viewer]* section of the styleset file. : Patch diff meta lines. | *diff_chunk* : Patch diff chunks. +| *diff_chunk_func* +: Patch diff chunk function names. | *diff_add* : Patch diff added lines. | *diff_del* |