1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-30 20:03:10 +03:00

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
This commit is contained in:
Luca Toscano
2017-09-13 07:28:57 +00:00
parent 22c15b44e8
commit 169929b0c0
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long