2006-04-27 16:31:40 +00:00
# For complete documentation of this file, please see Geany's main documentation
2006-02-10 20:39:53 +00:00
[styling]
2006-03-10 21:44:12 +00:00
# foreground;background;bold;italic
default=0x000000;0xffffff;false;false
comment=0x808080;0xffffff;false;false
comment1=0x808080;0xffffff;false;false
comment2=0x808080;0xffffff;false;false
comment3=0x808080;0xffffff;false;false
2006-07-27 20:57:13 +00:00
number=0x7f7f00;0xffffff;false;false
keyword=0x001a7f;0xffffff;true;false
keyword2=0x7f0000;0xffffff;true;false
2006-03-10 21:44:12 +00:00
string=0x7f007f;0xffffff;false;false
char=0x7f007f;0xffffff;false;false
operator=0x000000;0xffffff;false;false
2006-07-27 20:57:13 +00:00
identifier=0x111199;0xffffff;false;false
2006-03-10 21:44:12 +00:00
tagname=0x000000;0xffe0ff;true;false
2006-07-27 20:57:13 +00:00
linenum=0x000000;0xc0c0c0;false;false
2006-02-10 20:39:53 +00:00
[keywords]
# all items must be in one line
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
keywords_optional=option Some None ignore ref
2006-04-27 16:31:40 +00:00
[settings]
# the following characters are these which a "word" can contains, see documentation
2006-11-23 15:48:02 +00:00
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
2006-04-27 16:31:40 +00:00
# if only single comment char is supported like # in this file, leave comment_close blank
comment_open=(*
comment_close=*)
2006-07-27 20:57:13 +00:00
# set to false if a comment character/string should start at column 0 of a line, true uses any
2007-03-09 12:26:55 +00:00
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
2006-04-27 16:31:40 +00:00
#command_example();
# setting to false would generate this
# command_example();
# This setting works only for single line comments
comment_use_indent=true
[build_settings]
# %f will be replaced by the complete filename
# %e will be replaced by the filename without extension
# (use only one of it at one time)
2006-05-16 19:08:01 +00:00
compiler=ocamlc -c "%f"
linker=ocamlc "%f"
run_cmd="./%e"