ensure proper md

This commit is contained in:
anon 2023-09-18 21:43:38 +02:00
parent 5f2e4a612f
commit ee016c4f2d

View File

@ -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;