Add missing entry for 0.19.1 release.
[geany-mirror.git] / data / filetypes.po
blob4ffbaf613b34d5c5ebab74b51478d3e7c7c9746f
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # foreground;background;bold;italic
4 default=0x7f0000;0xffffff;false;false
5 comment=0x808080;0xffffff;false;false
6 msgid=0x00007f;0xffffff;true;false
7 msgid_text=0x00007f;0xffffff;false;false
8 msgstr=0x7f0000;0xffffff;true;false
9 msgstr_text=0x7f0000;0xffffff;false;false
10 msgctxt=0x007f00;0xffffff;true;false
11 msgctxt_text=0x007f00;0xffffff;false;false
12 fuzzy=0xffa500;0xffffff;true;false
14 # the lexer don't support keywords
17 [settings]
18 # default extension used when saving files
19 #extension=po
21 # the following characters are these which a "word" can contains, see documentation
22 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
24 # if only single comment char is supported like # in this file, leave comment_close blank
25 comment_open=#
26 comment_close=
28 # set to false if a comment character/string should start at column 0 of a line, true uses any
29 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
30         #command_example();
31 # setting to false would generate this
32 #       command_example();
33 # This setting works only for single line comments
34 comment_use_indent=true
36 # context action command (please see Geany's main documentation for details)
37 context_action_cmd=
40 [build_settings]
41 # %f will be replaced by the complete filename
42 # %e will be replaced by the filename without extension
43 # (use only one of it at one time)
44 compiler=msgfmt --check --check-accelerators=_ "%f"