From eefa3073724d58f5a13bc1d8a64ce77b52223aef Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 6 Nov 2025 13:51:12 +0100 Subject: up --- config.def.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config.def.h b/config.def.h index 101a7c0..a4f922f 100644 --- a/config.def.h +++ b/config.def.h @@ -49,6 +49,16 @@ static Sp scratchpads[] = { /* tagging */ static const char *tags[] = { + " [!] ", + " [@] ", + " [#] ", + " [$] ", + " [%] ", + " [^] ", + " [&] ", + " [*] ", + " [(] " +/* "  ", "  ", "  ", @@ -58,6 +68,7 @@ static const char *tags[] = { "  ", "  ", "  " +*/ }; static const unsigned int ulinepad = 6; /* horizontal padding between the underline and tag */ -- cgit v1.2.3