ZIm/docs/src
Max Brunsfeld 724c19a223
Add a setting for custom associations between languages and files (#9290)
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>
2024-03-13 10:23:30 -07:00
..
languages Add ESLint information to JavaScript docs (#9158) 2024-03-11 10:30:25 +01:00
CODE_OF_CONDUCT.md Adjust heading levels in docs (#7163) 2024-01-31 12:34:31 -05:00
configuring_zed.md Add a setting for custom associations between languages and files (#9290) 2024-03-13 10:23:30 -07:00
configuring_zed__configuring_vim.md vim: smartcase find option (#9033) 2024-03-07 19:44:20 -07:00
configuring_zed__key_bindings.md Format docs with Prettier (#8134) 2024-02-21 13:21:22 -05:00
developing_zed__adding_languages.md Adjust heading levels in docs (#7163) 2024-01-31 12:34:31 -05:00
developing_zed__building_zed.md Windows: Add document (#8948) 2024-03-07 15:41:15 -08:00
developing_zed__building_zed_linux.md Add other vkcube command to Linux docs (#8543) 2024-02-28 15:07:28 -08:00
developing_zed__building_zed_macos.md Update docs for building Zed (#8092) 2024-02-20 17:34:13 -05:00
developing_zed__building_zed_windows.md Windows: Add document (#8948) 2024-03-07 15:41:15 -08:00
developing_zed__debugging_crashes.md Add ./script/symbolicate (#8165) 2024-02-22 08:50:39 -07:00
developing_zed__local_collaboration.md Adjust heading levels in docs (#7163) 2024-01-31 12:34:31 -05:00
feedback.md Adjust heading levels in docs (#7163) 2024-01-31 12:34:31 -05:00
getting_started.md Docs: Made "Configuring Zed" a link (#8790) 2024-03-04 09:54:29 +01:00
SUMMARY.md Add task docs and default keybindings (#8123) 2024-02-21 16:43:56 +02:00
system_requirements.md Update all links point to community 2024-01-24 15:11:17 -05:00
telemetry.md Adjust heading levels in docs (#7163) 2024-01-31 12:34:31 -05:00