Fix search_find_text not returning -1 when match is out of range.
[geany-mirror.git] / data / filetypes.yaml
blobc1349d8a6094b4dde55967223cb7afcbb5565fbb
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # foreground;background;bold;italic
4 default=0x000000;0xffffff;false;false
5 comment=0x808080;0xffffff;false;false
6 identifier=0x000088;0xffffff;true;false
7 keyword=0x991111;0xffffff;true;false
8 number=0x007f00;0xffffff;false;false
9 reference=0x008888;0xffffff;false;false
10 document=0x000088;0xffffff;false;false
11 text=0x333366;0xffffff;false;false
12 error=0xff0000;0xffffff;true;true
13 operator=0x301010;0xffffff;false;false
16 [keywords]
17 # all items must be in one line
18 keywords=true false yes no
21 [settings]
22 # default extension used when saving files
23 extension=yaml
25 # the following characters are these which a "word" can contains, see documentation
26 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
28 # if only single comment char is supported like # in this file, leave comment_close blank
29 comment_open=#
30 comment_close=
32 # set to false if a comment character/string should start at column 0 of a line, true uses any
33 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
34         #command_example();
35 # setting to false would generate this
36 #       command_example();
37 # This setting works only for single line comments
38 comment_use_indent=true
40 # context action command (please see Geany's main documentation for details)
41 context_action_cmd=