Update the HTML encoding detection regex to accept more valid inputs
[geany-mirror.git] / data / filetypes.html
blob10ef1d49a823ab4d5335a8dc6af5e48e61da6e74
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 # these comments are used for PHP, the comments used in HTML are in filetypes.xml
20 # single comments, like # in this file
21 #comment_single=
22 # multiline comments
23 comment_open=<!--
24 comment_close=-->
26 # set to false if a comment character/string should start at column 0 of a line, true uses any
27 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
28 #command_example();
29 # setting to false would generate this
30 # command_example();
31 # This setting works only for single line comments
32 comment_use_indent=true
34 # context action command (please see Geany's main documentation for details)
35 context_action_cmd=
37 # if this setting is set to true, a new line after a line ending with an
38 # unclosed tag will be automatically indented
39 xml_indent_tags=true
41 [build_settings]
42 # %f will be replaced by the complete filename
43 # %e will be replaced by the filename without extension
44 # (use only one of it at one time)
45 # use a syntax checker and ignore the formatted output
46 compiler=tidy %f >/dev/null
48 # the file will be opened with the default browser which can be set in the preferences dialog
49 run_cmd=builtin