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

7.5-systemd 7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since c158fe6 was b1a51ac1, checked in by Krejzi <krejzi@…>, 11 years ago

Import new branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10389 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.