From: anon Date: Mon, 18 Sep 2023 19:43:38 +0000 (+0200) Subject: ensure proper md X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=ee016c4f2dd98bc65a7952cafe2f4f37f7221e02;p=public-libhl.git ensure proper md --- diff --git a/README.md b/README.md index 91086fb..2f87ece 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ The type used for defining appropriate callbacks for render_string(). + length - number of characters that matched a highlighting rule + attributes - arbitrary data associated with the matched rule; intended to hold color/font information for example + typedef struct { char * key; attribute_callback_t callback;