Merge pull request #3973 from techee/dart
[geany-mirror.git] / data / filedefs / filetypes.po
blob789b5cd8e3a39e827a88408e80e70b70f263a988
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 comment=comment
6 programmer_comment=comment_doc
7 reference=comment
8 flags=comment
9 fuzzy=comment_doc_keyword
10 msgid=keyword_1
11 msgid_text=string_1
12 msgid_text_eol=string_eol
13 msgstr=keyword_2
14 msgstr_text=string_1
15 msgstr_text_eol=string_eol
16 msgctxt=keyword_3
17 msgctxt_text=string_1
18 msgctxt_text_eol=string_eol
19 error=error
21 [settings]
22 # default extension used when saving files
23 extension=po
25 # MIME type
26 mime_type=text/x-gettext-translation
28 # these characters define word boundaries when making selections and searching
29 # using word matching options
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
54 [build_settings]
55 # %f will be replaced by the complete filename
56 # %e will be replaced by the filename without extension
57 compiler=msgfmt --check --check-accelerators=_ "%f"