Hi everybody,

I noticed that some directives like the mod_md ones are not highlighted in
the example blocks. For example, the summary of
https://httpd.apache.org/docs/trunk/mod/mod_md.html correctly renders
DocumentRoot, ServerName and SSLEngine but not ManagedDomain (at least on
my browser).

The only possible explanation that I found is in prettify.js (and
prettify.min.js): the CONFIG_KEYWORDS list is not updated. So what I'd do
is to pick all the Directives in
https://httpd.apache.org/docs/trunk/mod/directives.html and then put all of
them in prettify.js's CONFIG_KEYWORDS. Then the last step would be to
re-generate prettify.min.js and commit everything.

Am I vaguely right or completely off track?

Thanks!

Luca

Reply via email to