2006-08-27 17:39:34 +00:00
# For complete documentation of this file, please see Geany's main documentation
[styling]
# foreground;background;bold;italic
2009-06-17 11:17:07 +00:00
default=default
comment=comment
commentline=comment
commentdoc=commentdoc
number=number
word=word
word2=word2
string=string
character=string
2010-10-29 15:09:21 +00:00
uuid=extra
2009-06-17 11:17:07 +00:00
preprocessor=preprocessor
operator=operator
identifier=default
stringeol=stringeol
# @"verbatim"
2010-10-29 15:09:21 +00:00
verbatim=extra
2009-06-17 11:17:07 +00:00
# (/regex/)
2010-10-29 15:09:21 +00:00
regex=extra
2009-06-17 11:17:07 +00:00
commentlinedoc=commentdoc,bold
commentdockeyword=commentdoc,bold,italic
commentdockeyworderror=commentdoc
globalclass=type
2006-08-27 17:39:34 +00:00
[keywords]
# all items must be in one line
2006-10-08 15:52:31 +00:00
primary=false null self super true abstract alias and arguments attribute_missing break case class closure conformsToProtocol constructor continue default deliver destructor diliver directive do else extends eval final fix for function global handle if iferr implements include instanceof isa method_missing modifies monitor namespace new or private protected protocol public raise recipient rename return static switch uses using while
types=boolean string number array object void XML Unix Sys String Stream Serialize RMI Posix Number Network Math FileSystem Console Array Regexp XSLT
2006-08-31 18:25:57 +00:00
docComment=brief class declaration description end example extends function group implements modifies module namespace param protocol return return static type variable warning
2006-08-27 17:39:34 +00:00
[settings]
2007-11-01 16:33:06 +00:00
# default extension used when saving files
2010-10-20 16:15:39 +00:00
extension=fe
2007-11-01 16:33:06 +00:00
2006-08-27 17:39:34 +00:00
# the following characters are these which a "word" can contains, see documentation
2006-11-23 15:48:02 +00:00
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
2006-08-27 17:39:34 +00:00
# if only single comment char is supported like # in this file, leave comment_close blank
comment_open=//
comment_close=
# this is an alternative way, so multiline comments are used
#comment_open=/*
#comment_close=*/
# 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-08-27 17:39:34 +00:00
#command_example();
# setting to false would generate this
# command_example();
# This setting works only for single line comments
comment_use_indent=true
2007-04-15 18:09:59 +00:00
# context action command (please see Geany's main documentation for details)
context_action_cmd=
2006-08-27 17:39:34 +00:00
[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-08-31 18:25:57 +00:00
compiler=ferite -vc "%f"
2006-08-27 17:39:34 +00:00
run_cmd=ferite "%f"