From d2ea1aac09fbf02873c3070cadef4386196bb040 Mon Sep 17 00:00:00 2001 From: Jason Cox Date: Thu, 27 Apr 2023 09:57:37 -0400 Subject: 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 Acked-by: Robin Jarry --- doc/aerc-stylesets.7.scd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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* -- cgit