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

« back to all changes in this revision

Viewing changes to data/filetypes.ruby

  • 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
5
 
commentline=0xff0000;0xffffff;false;false
 
5
commentline=0xd00000;0xffffff;false;false
6
6
number=0x400080;0xffffff;false;false
7
7
string=0x008000;0xffffff;false;false
8
8
character=0x008000;0xffffff;false;false
20
20
datasection=0x000000;0xffffff;false;false
21
21
heredelim=0x000000;0xffffff;false;false
22
22
worddemoted=0x111199;0xffffff;false;false
 
23
stdin=0x000000;0xffffff;false;false
 
24
stdout=0x000000;0xffffff;false;false
 
25
stderr=0x000000;0xffffff;false;false
 
26
datasection=0x600000;0xfff0d8;false;false
 
27
regex=0x105090;0xffffff;false;false
 
28
here_q=0x7f007f;0xddd0dd;false;false
 
29
here_qq=0x7f007f;0xddd0dd;true;false
 
30
here_qx=0x7f007f;0xddd0dd;false;true
 
31
string_q=0x7f007f;0xffffff;false;false
 
32
string_qq=0xff901e;0xffffff;false;false
 
33
string_qx=0x000000;0xe0c0e0;false;false
 
34
string_qr=0x105090;0xffffff;false;false
 
35
string_qw=0x105090;0xffffff;false;false
 
36
upper_bound=0x000000;0xffffff;false;false
 
37
error=0xe500cc;0xffffff;false;false
 
38
pod=0x035650;0xffffff;false;false
23
39
 
24
40
[keywords]
25
41
# all items must be in one line
27
43
 
28
44
 
29
45
[settings]
 
46
# default extension used when saving files
 
47
#extension=rb
 
48
 
30
49
# the following characters are these which a "word" can contains, see documentation
31
 
wordchars=_#&abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
 
50
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
32
51
 
33
52
# if only single comment char is supported like # in this file, leave comment_close blank
34
53
comment_open=#
35
54
comment_close=
36
55
 
37
56
# set to false if a comment character/string should start at column 0 of a line, true uses any
38
 
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
 
57
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
39
58
        #command_example();
40
59
# setting to false would generate this
41
60
#       command_example();
42
61
# This setting works only for single line comments
43
62
comment_use_indent=true
44
63
 
 
64
# context action command (please see Geany's main documentation for details)
 
65
context_action_cmd=
 
66
 
45
67
[build_settings]
46
68
# %f will be replaced by the complete filename
47
69
# %e will be replaced by the filename without extension