Mark .desktop files as ini#105371
Conversation
Linux desktop entries are ini files using the `.desktop` extension.
|
I think this is an issue with the ini language definition, not E.g. from https://editorconfig.org/ (also in the extensions list):
>>> import configparser
>>> parser = configparser.ConfigParser()
>>> parser.read_string("""
... [foo]
... bar = baz; fooz
... """)
>>> parser.get('foo', 'bar')
'baz; fooz'
>>>Another source: https://en.wikipedia.org/wiki/INI_file#Comments I don’t think there’s an official standard for the ini format. |
|
Given the slight differences I would not add the association. The comment highlighting is quite useful and we don't want to remove it. But it will confuse users that open a Sorry for that... |

Linux desktop entries are ini files using the
.desktopextension.