File: java.xml

package info (click to toggle)
tea 28.1.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,520 kB
  • ctags: 1,556
  • sloc: cpp: 10,148; ansic: 2,960; xml: 2,732; makefile: 7
file content (62 lines) | stat: -rw-r--r-- 1,606 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<document exts="java" langs="Java">

<item name="options" wrap="0"> 
</item>

<item name="types" type="types" color="type" fontstyle="bold">
\bboolean\b;\bdouble\b;\bbyte\b;\bint\b;\bshort\b;\bchar\b;
\bvoid\b;\blong\b;\bfloat\b;
</item>

	
<item name="keywords" type="keywords" color="keywords" fontstyle="bold">
\babstract\b;\bcontinue\b;\bfor\b;\bnew\b;\bswitch\b;
\bassert\b;\bdefault\b;\bif\b;\bpackage\b;\bsynchronized\b;
\bdo\b;\bgoto\b;\bprivate\b;\bthis\b;
\bbreak\b;\bimplements\b;\bprotected\b;\bthrow\b;
\bbyte\b;\belse\b;\bimport\b;\bpublic\b;\bthrows\b;
\bcase\b;\benum\b;\binstanceof\b;\breturn\b;\btransient\b;
\bcatch\b;\bextends\b;\btry\b;
\bfinal\b;\binterface\b;\bstatic\b;
\bclass\b;\bfinally\b;\bstrictfp\b;\bvolatile\b;
\bconst\b;\bnative\b;\bsuper\b;\bwhile\b;\btrue\b;\bfalse\b
</item>

<item name="functions" type="item" color="functions">
\b[A-Za-z0-9_]+(?=\()
</item>

<item name="include" type="item" color="include" fontstyle="italic">
^#import
</item>

<item name="preproc" type="item" color="preproc" fontstyle="italic">
^#.*
</item>

<item name="single comment" type="item" color="single comment" fontstyle="bold">
//[^\n]*
</item>

<item name="quotes" type="item" color="quotes" fontstyle="italic">
".*"
</item>

<item name="char" type="item" color="quotes" fontstyle="italic">
'.*'
</item>

<item name="mcomment-start" type="mcomment-start" color="mcomment-start" fontstyle="italic">
/\*
</item>

<item name="mcomment-end" type="mcomment-end">
\*/
</item>

<item name="cm_mult" type="comment">/*%s*/</item>
<item name="cm_single" type="comment">//%s</item>



</document>