This package enables highlighting of "printf" format specifiers such as "%s"
and "%lld", like certain modal editors do.

Specifically, this package is written for C code that follows the C99
standard.  See also: https://www.iso-9899.info/n1256.html#7.19.6.1