]> granicus.if.org Git - apache/commit
docs: update the prettify.js files with new directives
authorLuca Toscano <elukey@apache.org>
Wed, 13 Sep 2017 07:28:57 +0000 (07:28 +0000)
committerLuca Toscano <elukey@apache.org>
Wed, 13 Sep 2017 07:28:57 +0000 (07:28 +0000)
commit169929b0c0d4100ee5c5d73eca249bdc5ca185cc
tree99759bb0e8f8425b75961671e620f80182c15dad
parent22c15b44e8429f3da90788c6dd38ddd14f3e3ea3
docs: update the prettify.js files with new directives

Procedure that I've used:

1) Copy https://httpd.apache.org/docs/trunk/mod/directives.html
   to a text file.
2) Generate a csv with something like
   cat /tmp/trunk_directives | sort | tr "\n" ","
3) Replace the content of CONFIG_KEYWORDS in prettify.js
   with the list generated in 2)
4) Run the command the MINIFY command to generate prettify.min.js

This commit should hopefully allow a better syntax highlighting
in our docs examples.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1808203 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/style/scripts/prettify.js
docs/manual/style/scripts/prettify.min.js