1 # For complete documentation of this file, please see Geany's main documentation
3 # Edit these in the colorscheme .conf file instead
16 identifier=identifier_1
22 # all items must be in one line
23 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
24 keywords_optional=option Some None ignore ref
28 # default extension used when saving files
32 mime_type=text/x-ocaml
34 # the following characters are these which a "word" can contains, see documentation
35 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
37 # single comments, like # in this file
43 # set to false if a comment character/string should start at column 0 of a line, true uses any
44 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
46 # setting to false would generate this
48 # This setting works only for single line comments
49 comment_use_indent=true
51 # context action command (please see Geany's main documentation for details)
56 # 0 is spaces, 1 is tabs, 2 is tab & spaces
60 # %f will be replaced by the complete filename
61 # %e will be replaced by the filename without extension
62 # (use only one of it at one time)
63 compiler=ocamlc -c "%f"
64 linker=ocamlc -o "%e" "%f"