-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Language-specific configuration #836
Comments
I think we already have this: |
That is language server config. I am talking about editor configuration specific to files of a certain language. |
I was looking for this and found out that for the specific option I wanted to set for a language ( In general it would be nice to be able to specify arbitrary options depending on the file's language. |
I wanted to take a stab at this, but I've encountered a few blockers though. Themes
Editor config
|
@pascalkuthe Any pointers or is this just low prio and/or I should take the removal of the easy label as a hint to find something easier to look into 🙂? |
Yeah, I don't think it will be very easy to solve this and we may want to wait until we switch from toml to scheme with scripting for configuration: language-specific config could be solved by making config a function of the language or by overriding the configuration by taking the old configuration as a function parameter. Whatever work we would commit for toml-based configuration would probably not fit well with how we would solve this with scheme-based config |
closing in favor #8853 |
Describe your feature request
The ability to set specific configuration options which only take effect for files of a specific language, like VSCode's
"[language]"
insettings.json
.The text was updated successfully, but these errors were encountered: