Update of German translation
[geany-mirror.git] / data / filetypes.html
blobaa12344426a7a6eba33dda1d58aaac3b67570027
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # styling for PHP/HTML is done in filetypes.xml
5 [lexer_properties]
6 # default scripting language for ASP
7 # 1 = JavaScript (or leave blank for default)
8 # 2 = VBScript
9 # 3 = Python
10 # asp.default.language=2
12 [settings]
13 # default extension used when saving files
14 #extension=html
16 # the following characters are these which a "word" can contains, see documentation
17 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
19 # if only single comment char is supported like # in this file, leave comment_close blank
20 # these comments are used for PHP, the comments used in HTML are in filetypes.xml
21 comment_open=<!--
22 comment_close=-->
24 # set to false if a comment character/string should start at column 0 of a line, true uses any
25 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
26 #command_example();
27 # setting to false would generate this
28 # command_example();
29 # This setting works only for single line comments
30 comment_use_indent=true
32 # context action command (please see Geany's main documentation for details)
33 context_action_cmd=
35 [build_settings]
36 # %f will be replaced by the complete filename
37 # %e will be replaced by the filename without extension
38 # (use only one of it at one time)
39 # use a syntax checker and ignore the formatted output
40 compiler=tidy %f >/dev/null
42 # the file will be opened with the default browser which can be set in the preferences dialog
43 run_cmd=builtin