1 # For complete documentation of this file, please see Geany's main documentation
3 # foreground;background;bold;italic
4 default=0x000000;0xffffff;false;false
5 comment=0x808080;0xffffff;false;false
6 comment1=0x808080;0xffffff;false;false
7 comment2=0x808080;0xffffff;false;false
8 comment3=0x808080;0xffffff;false;false
9 number=0x7f7f00;0xffffff;false;false
10 keyword=0x001a7f;0xffffff;true;false
11 keyword2=0x7f0000;0xffffff;true;false
12 string=0x7f007f;0xffffff;false;false
13 char=0x7f007f;0xffffff;false;false
14 operator=0x000000;0xffffff;false;false
15 identifier=0x111199;0xffffff;false;false
16 tagname=0x000000;0xffe0ff;true;false
17 linenum=0x000000;0xc0c0c0;false;false
20 # all items must be in one line
21 keywords=and as assert asr begin class constraint do done downto else end exception external false for fun function functor if in include inherit initializer land lazy let lor lsl lsr lxor match method mod module mutable new object of open or private rec sig struct then to true try type val virtual when while with
22 keywords_optional=option Some None ignore ref
26 # default extension used when saving files
29 # the following characters are these which a "word" can contains, see documentation
30 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
32 # if only single comment char is supported like # in this file, leave comment_close blank
36 # set to false if a comment character/string should start at column 0 of a line, true uses any
37 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
39 # setting to false would generate this
41 # This setting works only for single line comments
42 comment_use_indent=true
44 # context action command (please see Geany's main documentation for details)
48 # %f will be replaced by the complete filename
49 # %e will be replaced by the filename without extension
50 # (use only one of it at one time)
51 compiler=ocamlc -c "%f"
52 linker=ocamlc -o "%e" "%f"