~ubuntu-branches/debian/experimental/geany/experimental

« back to all changes in this revision

Viewing changes to data/filetypes.java

  • Committer: Bazaar Package Importer
  • Author(s): Damián Viano
  • Date: 2008-05-02 11:37:45 UTC
  • mfrom: (1.2.1 upstream) (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080502113745-xzp4g6dmovrpoj17
Tags: 0.14-1
New upstream release (Closes: #478126)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
[styling]
3
3
# foreground;background;bold;italic
4
4
default=0x000000;0xffffff;false;false
5
 
comment=0xff0000;0xffffff;false;false
6
 
commentline=0xff0000;0xffffff;false;false
7
 
commentdoc=0xff0000;0xffffff;false;false
 
5
comment=0xd00000;0xffffff;false;false
 
6
commentline=0xd00000;0xffffff;false;false
 
7
commentdoc=0x3f5fbf;0xffffff;false;false
8
8
number=0x007f00;0xffffff;false;false
9
 
word=0x111199;0xffffff;true;false
10
 
word2=0x7f0000;0xffffff;true;false
 
9
word=0x00007f;0xffffff;true;false
 
10
word2=0x991111;0xffffff;true;false
11
11
string=0xff901e;0xffffff;false;false
12
12
character=0xff901e;0xffffff;false;false
13
13
uuid=0x404080;0xffffff;false;false
14
 
preprocessor=0x007f7f;0xffffff;false;false
 
14
preprocessor=0x007F7F;0xffffff;false;false
15
15
operator=0x301010;0xffffff;false;false
16
 
identifier=0x404000;0xffffff;false;false
 
16
identifier=0x000000;0xffffff;false;false
17
17
stringeol=0x000000;0xe0c0e0;false;false
18
 
verbatim=0x406090;0x0000ff;false;false
19
 
regex=0x905010;0xffffff;false;false
20
 
commentlinedoc=0xff0000;0xffffff;true;true
21
 
commentdockeyword=0xff0000;0xffffff;true;true
22
 
globalclass=0x409010;0xffffff;true;false
 
18
verbatim=0x101030;0xffffff;false;false
 
19
regex=0x105090;0xffffff;false;false
 
20
commentlinedoc=0x3f5fbf;0xffffff;true;false
 
21
commentdockeyword=0x3f5fbf;0xffffff;true;true
 
22
commentdockeyworderror=0x3f5fbf;0xffffff;false;false
 
23
globalclass=0x0000d0;0xffffff;true;false
23
24
 
24
25
[keywords]
25
 
primary=abstract assert break case catch class const continue default do else extends final finally for future generic goto if implements import inner instanceof interface native new outer package private protected public rest return static super switch synchronized this throw throws transient try var volatile while
26
 
secondary=boolean byte char double float int long null short void NULL
27
 
doccomment=return param author
 
26
primary=abstract assert break case catch class const continue default do else extends final finally for future generic goto if implements import inner instanceof interface native new outer package private protected public rest return static super switch synchronized this throw throws transient try var volatile while true false null
 
27
secondary=boolean byte char double float int long null short void
 
28
# documentation keywords for javadoc
 
29
doccomment=author deprecated exception param return see serial serialData serialField since throws todo version
28
30
typedefs=
29
31
 
30
32
 
31
33
[settings]
 
34
# default extension used when saving files
 
35
#extension=java
 
36
 
32
37
# the following characters are these which a "word" can contains, see documentation
33
 
wordchars=_#&abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
 
38
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
34
39
 
35
40
# if only single comment char is supported like # in this file, leave comment_close blank
36
41
comment_open=/*
37
42
comment_close=*/
38
43
 
39
44
# set to false if a comment character/string should start at column 0 of a line, true uses any
40
 
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
 
45
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
41
46
        #command_example();
42
47
# setting to false would generate this
43
48
#       command_example();
44
49
# This setting works only for single line comments
45
50
comment_use_indent=true
46
51
 
 
52
# context action command (please see Geany's main documentation for details)
 
53
context_action_cmd=
 
54
 
47
55
 
48
56
[build_settings]
49
57
# %f will be replaced by the complete filename