2006-04-27 16:31:40 +00:00
# For complete documentation of this file, please see Geany's main documentation
2005-11-22 12:26:26 +00:00
[styling]
2006-03-10 21:44:12 +00:00
# foreground;background;bold;italic
2009-05-03 18:13:34 +00:00
default=0x000000;0xffffff;false;false
identifier=0x000000;0xffffff;false;false
2006-11-02 15:32:27 +00:00
comment=0xd00000;0xffffff;false;false
2009-05-03 18:13:34 +00:00
comment2=0x3f5fbf;0xffffff;false;false
commentline=0xd00000;0xffffff;false;false
preprocessor=0x007f7f;0xffffff;false;false
preprocessor2=0x007f7f;0xffffff;false;false
number=0x007F00;0xffffff;false;false
hexnumber=0x007F00;0xffffff;false;false
2006-07-27 20:57:13 +00:00
word=0x111199;0xffffff;true;false
string=0xff901e;0xffffff;false;false
2009-05-03 18:13:34 +00:00
stringeol=0x000000;0xe0c0e0;false;false
2006-07-27 20:57:13 +00:00
character=0x404000;0xffffff;false;false
operator=0x301010;0xffffff;false;false
2009-05-03 18:13:34 +00:00
asm=0x804080;0xffffff;false;false
2005-11-22 12:26:26 +00:00
[keywords]
2009-05-03 18:13:34 +00:00
# all items must be in one line
primary=absolute abstract add and array as asm assembler automated begin byte case cdecl char class const constructor contains default deprecated destructor dispid dispinterface div do downto dynamic else end except export exports external far file final finalization finally for forward function goto if implementation implements in index inherited initialization inline integer interface is label library message mod name near nil nodefault not object of on or out overload override package packed pascal platform private procedure program property protected public published raise read readonly real record register reintroduce remove repeat requires resourcestring safecall sealed set shl shr static stdcall stored strict string then threadvar to try type unit unsafe until uses var varargs virtual while with word write writeonly xor
2006-04-27 16:31:40 +00:00
2009-11-18 16:48:17 +00:00
[lexer_properties]
# only highlight keywords like read,write if in appropriate context
lexer.pascal.smart.highlighting=1
2006-04-27 16:31:40 +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=pas
2007-11-01 16:33:06 +00:00
2006-04-27 16:31:40 +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-04-27 16:31:40 +00:00
# if only single comment char is supported like # in this file, leave comment_close blank
comment_open={
comment_close=}
2006-07-27 20:57:13 +00:00
# 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-04-27 16:31:40 +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-04-27 16:31:40 +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-06-27 15:29:33 +00:00
compiler=fpc "%f"
2006-05-16 19:08:01 +00:00
run_cmd="./%e"