Fix search_find_text not returning -1 when match is out of range.
[geany-mirror.git] / data / filetypes.makefile
blobc6cc5847f821f18fe76081c604534c84cd0b8acf
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # foreground;background;bold;italic
4 default=0x00002f;0xffffff;false;false
5 comment=0xd00000;0xffffff;false;false
6 preprocessor=0x007f7f;0xffffff;false;false
7 identifier=0x007f00;0xffffff;false;false
8 operator=0x301010;0xffffff;false;false
9 target=0x0000ff;0xffffff;false;false
10 ideol=0x008000;0xffffff;false;false
12 # there are no keywords available otherwise mail me
15 [settings]
16 # default extension used when saving files
17 #extension=mak
19 # the following characters are these which a "word" can contains, see documentation
20 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
22 # if only single comment char is supported like # in this file, leave comment_close blank
23 comment_open=#
24 comment_close=
26 # set to false if a comment character/string should start at column 0 of a line, true uses any
27 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
28         #command_example();
29 # setting to false would generate this
30 #       command_example();
31 # This setting works only for single line comments
32 comment_use_indent=true
34 # context action command (please see Geany's main documentation for details)
35 context_action_cmd=