Update of po files for string freeze of Geany 1.24
[geany-mirror.git] / data / filetypes.ada
blob063462f27bc42bc8da43b56fdecd4b48b35f8017
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 # the following characters are these which a "word" can contains, see documentation
27 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
29 # single comments, like # in this file
30 comment_single=--
31 # multiline comments
32 #comment_open=
33 #comment_close=
35 # set to false if a comment character/string should start at column 0 of a line, true uses any
36 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
37 #command_example();
38 # setting to false would generate this
39 # command_example();
40 # This setting works only for single line comments
41 comment_use_indent=true
43 # context action command (please see Geany's main documentation for details)
44 context_action_cmd=
46 [indentation]
47 #width=4
48 # 0 is spaces, 1 is tabs, 2 is tab & spaces
49 #type=1
52 [build_settings]
53 # %f will be replaced by the complete filename
54 # %e will be replaced by the filename without extension
55 # (use only one of it at one time)
56 compiler=gcc -Wall -c "%f"
57 linker=gnatmake "%e"
58 run_cmd="./%e"