Fix search_find_text not returning -1 when match is out of range.
[geany-mirror.git] / data / filetypes.ada
blob8f4dab7fda4c679996df042771f5b97f69da0787
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 word=0x00007f;0xffffff;true;false
6 identifier=0x000000;0xffffff;false;false
7 number=0x007f00;0xffffff;false;false
8 delimiter=0x301010;0xffffff;false;false
9 character=0xff901e;0xffffff;false;false
10 charactereol=0x000000;0xe0c0e0;false;false
11 string=0xff901e;0xffffff;false;false
12 stringeol=0x000000;0xe0c0e0;false;false
13 label=0xaaaaaa;0xffffff;false;true
14 commentline=0xd00000;0xffffff;false;false
15 illegal=0xff0000;0xffffff;false;true
17 [keywords]
18 # all items must be in one line
19 primary=abort abs abstract accept access aliased all and array at begin body case constant declare delay delta digits do else elsif end entry exception exit for function generic goto if in interface is limited loop mod new not null of or others out overriding package pragma private procedure protected raise range record rem renames requeue return reverse select separate subtype synchronized tagged task terminate then type until use when while with xor
22 [settings]
23 # default extension used when saving files
24 #extension=adb
26 # the following characters are these which a "word" can contains, see documentation
27 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
29 # if only single comment char is supported like # in this file, leave comment_close blank
30 comment_open=#
31 comment_close=
33 # set to false if a comment character/string should start at column 0 of a line, true uses any
34 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
35 #command_example();
36 # setting to false would generate this
37 # command_example();
38 # This setting works only for single line comments
39 comment_use_indent=true
41 # context action command (please see Geany's main documentation for details)
42 context_action_cmd=
45 [build_settings]
46 # %f will be replaced by the complete filename
47 # %e will be replaced by the filename without extension
48 # (use only one of it at one time)
49 compiler=gcc -Wall -c "%f"
50 linker=gnatmake "%e"
51 run_cmd="./%e"