2009-01-12 17:20:43 +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-01-12 17:20:43 +00:00
|
|
|
|
|
|
|
[keywords]
|
|
|
|
# all items must be in one line
|
2009-09-30 12:10:24 +00:00
|
|
|
primary=else if switch case default break continue return for foreach in do while is try catch finally throw namespace interface class struct enum signal errordomain construct callback get set base const static var weak virtual abstract override inline extern public protected private delegate out ref lock using true false null generic new delete base this value typeof sizeof throws requires ensures void bool char uchar int uint short ushort long ulong size_t ssize_t int8 uint8 int16 uint16 int32 uint32 int64 uint64 float double unichar string constpointer time_t
|
2009-01-12 17:20:43 +00:00
|
|
|
#secondary=
|
|
|
|
# these are some doxygen keywords (incomplete)
|
2009-09-30 12:10:24 +00:00
|
|
|
docComment=attention author brief bug class code date def enum example exception file fn namespace note param remarks return see since struct throw todo typedef var version warning union
|
2009-01-12 17:20:43 +00:00
|
|
|
|
2009-12-03 13:43:37 +00:00
|
|
|
[lexer_properties]
|
|
|
|
styling.within.preprocessor=1
|
2010-11-28 15:27:43 +00:00
|
|
|
lexer.cpp.track.preprocessor=0
|
2009-12-03 13:43:37 +00:00
|
|
|
preprocessor.symbol.$(file.patterns.cpp)=#
|
|
|
|
preprocessor.start.$(file.patterns.cpp)=if
|
|
|
|
preprocessor.middle.$(file.patterns.cpp)=else elif
|
|
|
|
preprocessor.end.$(file.patterns.cpp)=endif
|
|
|
|
|
2009-01-12 17:20:43 +00:00
|
|
|
[settings]
|
2009-12-03 16:22:33 +00:00
|
|
|
lexer_filetype=C
|
|
|
|
|
2009-01-12 17:20:43 +00:00
|
|
|
# default extension used when saving files
|
2010-10-20 16:15:39 +00:00
|
|
|
extension=vala
|
2009-01-12 17:20:43 +00:00
|
|
|
|
|
|
|
# the following characters are these which a "word" can contains, see documentation
|
|
|
|
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
|
|
|
|
|
|
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
2010-10-20 16:22:58 +00:00
|
|
|
comment_open=//
|
|
|
|
comment_close=
|
2009-01-12 17:20:43 +00:00
|
|
|
# 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
|
|
|
|
# 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=
|
|
|
|
|
|
|
|
[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=valac -c "%f"
|
|
|
|
linker=valac "%f"
|
|
|
|
run_cmd=./"%e"
|