From 951931c2d25b304e14590223ff8746ed7b047dc2 Mon Sep 17 00:00:00 2001 From: jailletc36 Date: Sat, 28 Sep 2019 12:34:23 +0000 Subject: [PATCH] Copy the xsl file used by './build.sh prettify' from trunk. This allows to use it in the 2.4.x branch to in order to help refresh syntax highlight file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1867668 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/xsl/list_for_prettify.xsl | 104 ++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 docs/manual/style/xsl/list_for_prettify.xsl diff --git a/docs/manual/style/xsl/list_for_prettify.xsl b/docs/manual/style/xsl/list_for_prettify.xsl new file mode 100644 index 00000000000..d7f03cf2c77 --- /dev/null +++ b/docs/manual/style/xsl/list_for_prettify.xsl @@ -0,0 +1,104 @@ + + + + + +]> + + + + + + + + + + +# GENERATED FROM XML -- DO NOT EDIT&lf; +#&lf; +# Below is the up-to-date list of existing directives. The list is formatted&lf; +# in order to be ready to use for the JS used in prettify.js&lf; +&lf; +# The next line has to be copy/pasted into prettify.js around line 135&lf; +# in place of the correponding CONFIG_KEYWORDS array.&lf; +&lf; + + + + var CONFIG_KEYWORDS = [" + + + + + +"]; + +&lf; +&lf; +&lf; +# The next line has to be copy/pasted into prettify.js around line 920&lf; +# in place of the correponding PR_TAG array.&lf; +&lf; + + [PR_TAG, /^\b( + + + + + +)\b/, null], + + + + + + + + + + + , + + + < + + > + + + + + + + + + + + | + + + + + + + + -- 2.47.3