-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Ability to add extra file extensions for a specific type #4994
Comments
Partially related to: #5822 |
Hey @noozo, would either of these (or both) help to solve this issue for you? Having a settings area to apply one language's syntax highlighting to another: |
Associating specific files or types of files with a given language/language server seems to be covered by #5178, but not your Elixir-specific requests. |
There's two parts to this:
|
Hey @noozo, we now have support for this. You can add this setting to your "file_types": {
"JSON": ["flake.lock"],
"JSONC": ["**/.zed/**/*.json", "**/zed/**/*.json", "**/Zed/**/*.json", "tsconfig.json"]
}, |
Check for existing issues
Describe the feature
I would love for the settings to allow specifying non-standard file extensions to a particular type. For example:
As a side note, it would be lovely if Elixir support included the ability to syntax highlight sigil content, including surface (~F, ~H), as most Phoenix Live View code includes rendered HTML inside sigils and it currently looks sad and hard to code.
If applicable, add mockups / screenshots to help present your vision of the feature
The text was updated successfully, but these errors were encountered: