mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-26 07:24:46 +00:00
Closes #5178 Release Notes: - Added a `file_types` setting that can be used to associate languages with file names and file extensions. For example, to interpret all `.c` files as C++, and files called `MyLockFile` as TOML, add the following to `settings.json`: ```json { "file_types": { "C++": ["c"], "TOML": ["MyLockFile"] } } ``` As with most zed settings, this can be configured on a per-directory basis by including a local `.zed/settings.json` file in that directory. --------- Co-authored-by: Marshall <marshall@zed.dev> |
||
|---|---|---|
| .. | ||
| languages | ||
| CODE_OF_CONDUCT.md | ||
| configuring_zed.md | ||
| configuring_zed__configuring_vim.md | ||
| configuring_zed__key_bindings.md | ||
| developing_zed__adding_languages.md | ||
| developing_zed__building_zed.md | ||
| developing_zed__building_zed_linux.md | ||
| developing_zed__building_zed_macos.md | ||
| developing_zed__building_zed_windows.md | ||
| developing_zed__debugging_crashes.md | ||
| developing_zed__local_collaboration.md | ||
| feedback.md | ||
| getting_started.md | ||
| SUMMARY.md | ||
| system_requirements.md | ||
| telemetry.md | ||