1 # For complete documentation of this file, please see Geany's main documentation
3 # Edit these in the colorscheme .conf file instead
5 identifier=identifier_1
8 commentline=comment_line
9 preprocessor=preprocessor
10 preprocessor2=preprocessor
22 # all items must be in one line
23 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
26 # only highlight keywords like read,write if in appropriate context
27 lexer.pascal.smart.highlighting=1
30 # default extension used when saving files
33 # the following characters are these which a "word" can contains, see documentation
34 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
36 # single comments, like # in this file
42 # set to false if a comment character/string should start at column 0 of a line, true uses any
43 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
45 # setting to false would generate this
47 # This setting works only for single line comments
48 comment_use_indent=true
50 # context action command (please see Geany's main documentation for details)
55 # 0 is spaces, 1 is tabs, 2 is tab & spaces
59 # %f will be replaced by the complete filename
60 # %e will be replaced by the filename without extension
61 # (use only one of it at one time)