The FreeBSD sample configuration file mimics the default syslog configuration and has a few filters where the syntax highlighting does not highlight the facility keyword, e.g.

In the above snippet, facility has the default color, but we could expect it to be colored like other keywords such as level.
Snippet to reproduce the issue:
filter f_auth { facility(auth); };