Bump API version for new plugin entry points (oops)
[geany-mirror.git] / data / filetypes.ada
blobc5958c246e450e2045a7e3103c145080fdce40e8
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # Edit these in the colorscheme .conf file instead
4 default=default
5 word=keyword_1
6 identifier=identifier_1
7 number=number
8 delimiter=operator
9 character=character
10 charactereol=string_eol
11 string=string_1
12 stringeol=string_eol
13 label=label
14 commentline=comment_line
15 illegal=error
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 # MIME type
27 mime_type=text/x-adasrc
29 # the following characters are these which a "word" can contains, see documentation
30 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
32 # single comments, like # in this file
33 comment_single=--
34 # multiline comments
35 #comment_open=
36 #comment_close=
38 # set to false if a comment character/string should start at column 0 of a line, true uses any
39 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
40 #command_example();
41 # setting to false would generate this
42 # command_example();
43 # This setting works only for single line comments
44 comment_use_indent=true
46 # context action command (please see Geany's main documentation for details)
47 context_action_cmd=
49 [indentation]
50 #width=4
51 # 0 is spaces, 1 is tabs, 2 is tab & spaces
52 #type=1
55 [build_settings]
56 # %f will be replaced by the complete filename
57 # %e will be replaced by the filename without extension
58 # (use only one of it at one time)
59 compiler=gcc -Wall -c "%f"
60 linker=gnatmake "%e"
61 run_cmd="./%e"