1 # For complete documentation
of this file
, please see Geany
's main documentation
3 # Edit these
in the colorscheme
.conf file instead
5 commentline
=comment_line
16 identifier
=identifier_1
23 # all items must be
in one line
24 keywords
=as case class data deriving do else if import in infixl infixr instance let module of primitive
qualified then type where
28 # default extension used
when saving files
31 # the following characters are these which a
"word" can contains
, see documentation
32 #wordchars
=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
34 # single comments
, like
# in this file
40 # set to false
if a comment
character/string should start at column
0 of a line
, true uses
any
41 # indentation
of the line
, e
.g
. setting to true causes the following on pressing CTRL
+d
43 # setting to false would generate this
45 # This setting works only for single line comments
46 comment_use_indent
=true
48 # context action command
(please see Geany
's main documentation for details
)
53 # 0 is spaces
, 1 is tabs
, 2 is tab
& spaces
57 # %f will be replaced by the complete filename
58 # %e will be replaced by the filename without extension
59 # (use only one
of it at one time
)
60 compiler
=ghc
--make "%f"