source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/highlighting/xslthl-config.xml@ 111bb20

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 12.2-rc1 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 111bb20 was 15c7d39, checked in by Matthew Burgess <matthew@…>, 11 years ago

Update stylesheets to docbook-xsl-1.78.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3
4xslthl - XSLT Syntax Highlighting
5http://sourceforge.net/projects/xslthl/
6Copyright (C) 2005-2012 Michal Molhanec, Jirka Kosek, Michiel Hendriks
7
8This software is provided 'as-is', without any express or implied
9warranty. In no event will the authors be held liable for any damages
10arising from the use of this software.
11
12Permission is granted to anyone to use this software for any purpose,
13including commercial applications, and to alter it and redistribute it
14freely, subject to the following restrictions:
15
161. The origin of this software must not be misrepresented; you must not
17 claim that you wrote the original software. If you use this software
18 in a product, an acknowledgment in the product documentation would be
19 appreciated but is not required.
202. Altered source versions must be plainly marked as such, and must not be
21 misrepresented as being the original software.
223. This notice may not be removed or altered from any source distribution.
23
24Michal Molhanec <mol1111 at users.sourceforge.net>
25Jirka Kosek <kosek at users.sourceforge.net>
26Michiel Hendriks <elmuerte at users.sourceforge.net>
27
28-->
29<xslthl-config>
30 <highlighter id="java" file="java-hl.xml" />
31 <highlighter id="delphi" file="delphi-hl.xml" />
32 <highlighter id="pascal" file="delphi-hl.xml" />
33 <highlighter id="ini" file="ini-hl.xml" />
34 <highlighter id="php" file="php-hl.xml" />
35 <highlighter id="myxml" file="myxml-hl.xml" />
36 <highlighter id="m2" file="m2-hl.xml" />
37 <highlighter id="tcl" file="tcl-hl.xml" />
38 <highlighter id="c" file="c-hl.xml" />
39 <highlighter id="cpp" file="cpp-hl.xml" />
40 <highlighter id="csharp" file="csharp-hl.xml" />
41 <highlighter id="python" file="python-hl.xml" />
42 <highlighter id="ruby" file="ruby-hl.xml" />
43 <highlighter id="perl" file="perl-hl.xml" />
44 <highlighter id="javascript" file="javascript-hl.xml" />
45 <highlighter id="bourne" file="bourne-hl.xml" />
46 <highlighter id="css" file="css21-hl.xml" />
47 <highlighter id="css21" file="css21-hl.xml" />
48 <highlighter id="cmake" file="cmake-hl.xml" />
49 <highlighter id="upc" file="upc-hl.xml" />
50 <highlighter id="lua" file="lua-hl.xml" />
51 <highlighter id="sql92" file="sql92-hl.xml" />
52 <highlighter id="sql1999" file="sql1999-hl.xml" />
53 <highlighter id="sql2003" file="sql2003-hl.xml" />
54 <highlighter id="sql" file="sql2003-hl.xml" />
55 <namespace prefix="xslthl" uri="http://xslthl.sf.net" />
56</xslthl-config>
Note: See TracBrowser for help on using the repository browser.