2009-03-13 09:58:27 +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
2010-11-08 13:27:32 +00:00
word=keyword
word2=keyword2
2009-06-17 11:17:07 +00:00
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
2009-03-13 09:58:27 +00:00
[keywords]
# all items must be in one line
2009-03-30 18:13:31 +00:00
primary=arguments break case catch class const continue default do dynamic each else extends false final finally for function get if implements import in include Infinity interface internal label namespace NaN native new null override package private protected public return set static super switch this throw true try typeof undefined var while with
secondary=decodeURI decodeURIcomponent encodeURI encodeURIcomponent escape isFinite isNaN isXMLName parseFloat parseInt trace unescape
classes=ArgumentError Array Boolean Class Date DefinitionError Error EvalError Function int Math NameSpace Null Number Object QName RangeError ReferenceError RegExp SecurityError String SyntaxError TypeError uint URIError Vector VerifyError void XML XMLList
2009-03-13 09:58:27 +00:00
[settings]
# default extension used when saving files
2010-10-20 16:15:39 +00:00
extension=as
2009-03-13 09:58:27 +00:00
# the following characters are these which a "word" can contains, see documentation
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
2011-03-20 15:02:22 +00:00
# single comments, like # in this file
comment_single=//
# multiline comments
comment_open=/*
comment_close=*/
2009-03-13 09:58:27 +00:00
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
#command_example();
# setting to false would generate this
# command_example();
# This setting works only for single line comments
comment_use_indent=true
# context action command (please see Geany's main documentation for details)
context_action_cmd=
2011-08-25 20:14:17 +00:00
[indentation]
#width=4
# 0 is spaces, 1 is tabs, 2 is tab & spaces
#type=1
2009-03-13 09:58:27 +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)
compiler=
run_cmd=