Open VKondakoff opened 7 months ago
I don't think there even is any somewhat universally agreed-on definition for .conf
syntax?
That's a definition, yeah. Not to be confused with
.conf
suffix. Or TOML with a .conf suffix. Or S-Expressions with a .conf suffix. (yes all of these are things that are used in the wild)Point being that .conf
is such a generic suffix that it is meaningless out of context. And even when the format looks vaguely like something standard, it tends to have application-specific quirks more often than not. I'm not saying this is a futile endeavor that should be abandoned, but it needs to be a lot more specific than just the file suffix.
Is it possible to assign a default language for the .conf
file type? I personally would just use Plain
since there hasn't been a standard created for it.
Check for existing issues
Describe the feature
Currently there is no syntax highlighting for
.conf
files:Zed: v0.129.1 (Zed Preview) OS: macOS 12.7.4 Memory: 32 GiB Architecture: x86_64
If applicable, add mockups / screenshots to help present your vision of the feature
No response