d29b5912ff
This allows custom filetypes to define a mime type, hence the icon displayed for this filetype; as well as moving ones for built-in filetypes out of the code to the configuration files.
12 lines
226 B
Plaintext
12 lines
226 B
Plaintext
# For complete documentation of this file, please see Geany's main documentation
|
|
[styling]
|
|
# no syntax highlighting yet
|
|
|
|
[settings]
|
|
# default extension used when saving files
|
|
extension=abc
|
|
|
|
# MIME type
|
|
mime_type=text/vnd.abc
|
|
|