~sascha-manns-h/+junk/xfc-manns-stylesheet

« back to all changes in this revision

Viewing changes to debian/xfc-manns-stylesheet/opt/XMLmind/xfc-manns-stylesheet/xsl/highlighting/java-hl.xml

  • Committer: Sascha Manns
  • Date: 2017-09-18 15:13:59 UTC
  • Revision ID: sascha.manns@mailbox.org-20170918151359-9j8at67ye08hugxm
Cleanup and Rebuild

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!--
3
 
 
4
 
Syntax highlighting definition for Java
5
 
 
6
 
xslthl - XSLT Syntax Highlighting
7
 
http://sourceforge.net/projects/xslthl/
8
 
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks
9
 
 
10
 
This software is provided 'as-is', without any express or implied
11
 
warranty.  In no event will the authors be held liable for any damages
12
 
arising from the use of this software.
13
 
 
14
 
Permission is granted to anyone to use this software for any purpose,
15
 
including commercial applications, and to alter it and redistribute it
16
 
freely, subject to the following restrictions:
17
 
 
18
 
1. The origin of this software must not be misrepresented; you must not
19
 
   claim that you wrote the original software. If you use this software
20
 
   in a product, an acknowledgment in the product documentation would be
21
 
   appreciated but is not required.
22
 
2. Altered source versions must be plainly marked as such, and must not be
23
 
   misrepresented as being the original software.
24
 
3. This notice may not be removed or altered from any source distribution.
25
 
 
26
 
Michal Molhanec <mol1111 at users.sourceforge.net>
27
 
Jirka Kosek <kosek at users.sourceforge.net>
28
 
Michiel Hendriks <elmuerte at users.sourceforge.net>
29
 
 
30
 
-->
31
 
<highlighters>
32
 
        <highlighter type="multiline-comment">
33
 
                <start>/**</start>
34
 
                <end>*/</end>
35
 
                <style>doccomment</style>
36
 
        </highlighter>
37
 
        <highlighter type="multiline-comment">
38
 
                <start>/*</start>
39
 
                <end>*/</end>
40
 
        </highlighter>
41
 
        <highlighter type="oneline-comment">//</highlighter>
42
 
        <highlighter type="string">
43
 
                <string>"</string>
44
 
                <escape>\</escape>
45
 
        </highlighter>
46
 
        <highlighter type="string">
47
 
                <string>'</string>
48
 
                <escape>\</escape>
49
 
        </highlighter>
50
 
        <highlighter type="annotation">
51
 
                <start>@</start>
52
 
                <valueStart>(</valueStart>
53
 
                <valueEnd>)</valueEnd>
54
 
        </highlighter>
55
 
        <highlighter type="hexnumber">
56
 
                <prefix>0x</prefix>
57
 
                <ignoreCase />
58
 
        </highlighter>
59
 
        <highlighter type="number">
60
 
                <point>.</point>
61
 
                <exponent>e</exponent>
62
 
                <suffix>f</suffix>
63
 
                <suffix>d</suffix>
64
 
                <suffix>l</suffix>
65
 
                <ignoreCase />
66
 
        </highlighter>
67
 
        <highlighter type="keywords">
68
 
                <keyword>abstract</keyword>
69
 
                <keyword>boolean</keyword>
70
 
                <keyword>break</keyword>
71
 
                <keyword>byte</keyword>
72
 
                <keyword>case</keyword>
73
 
                <keyword>catch</keyword>
74
 
                <keyword>char</keyword>
75
 
                <keyword>class</keyword>
76
 
                <keyword>const</keyword>
77
 
                <keyword>continue</keyword>
78
 
                <keyword>default</keyword>
79
 
                <keyword>do</keyword>
80
 
                <keyword>double</keyword>
81
 
                <keyword>else</keyword>
82
 
                <keyword>extends</keyword>
83
 
                <keyword>final</keyword>
84
 
                <keyword>finally</keyword>
85
 
                <keyword>float</keyword>
86
 
                <keyword>for</keyword>
87
 
                <keyword>goto</keyword>
88
 
                <keyword>if</keyword>
89
 
                <keyword>implements</keyword>
90
 
                <keyword>import</keyword>
91
 
                <keyword>instanceof</keyword>
92
 
                <keyword>int</keyword>
93
 
                <keyword>interface</keyword>
94
 
                <keyword>long</keyword>
95
 
                <keyword>native</keyword>
96
 
                <keyword>new</keyword>
97
 
                <keyword>package</keyword>
98
 
                <keyword>private</keyword>
99
 
                <keyword>protected</keyword>
100
 
                <keyword>public</keyword>
101
 
                <keyword>return</keyword>
102
 
                <keyword>short</keyword>
103
 
                <keyword>static</keyword>
104
 
                <keyword>strictfp</keyword>
105
 
                <keyword>super</keyword>
106
 
                <keyword>switch</keyword>
107
 
                <keyword>synchronized</keyword>
108
 
                <keyword>this</keyword>
109
 
                <keyword>throw</keyword>
110
 
                <keyword>throws</keyword>
111
 
                <keyword>transient</keyword>
112
 
                <keyword>try</keyword>
113
 
                <keyword>void</keyword>
114
 
                <keyword>volatile</keyword>
115
 
                <keyword>while</keyword>
116
 
        </highlighter>
117
 
</highlighters>
 
 
b'\\ No newline at end of file'