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
..
2024-03-12 16:30:08 +01:00
2024-03-05 12:01:17 -05:00
2024-03-05 12:01:17 -05:00
2024-03-13 10:23:30 -07:00
2024-03-05 12:01:17 -05:00
2024-03-12 12:54:12 +02:00
2024-03-12 14:33:12 +01:00
2024-03-05 12:01:17 -05:00
2024-03-07 19:56:41 -07:00
2024-03-12 22:30:04 -06:00
2024-03-12 21:27:40 +02:00
2024-03-05 12:01:17 -05:00
2024-03-13 10:23:30 -07:00
2024-03-13 10:23:30 -07:00
2024-03-05 12:01:17 -05:00
2024-03-05 12:01:17 -05:00
2024-03-05 12:01:17 -05:00
2024-03-05 12:01:17 -05:00
2024-03-12 22:30:04 -06:00
2024-03-13 10:23:30 -07:00
2024-03-05 12:01:17 -05:00
2024-03-11 10:45:57 +01:00
2024-03-13 10:23:30 -07:00
2024-03-13 10:23:30 -07:00
2024-03-08 17:18:06 -05:00
2024-03-11 10:45:57 +01:00
2024-03-05 12:01:17 -05:00
2024-03-12 21:27:40 +02:00
2024-03-11 11:35:27 -07:00
2024-03-12 22:30:04 -06:00
2024-03-08 22:18:44 -08:00
2024-03-05 12:01:17 -05:00
2024-03-11 17:53:45 +02:00
2024-03-11 12:07:42 +02:00
2024-03-13 17:21:25 +01:00
2024-03-11 10:45:57 +01:00
2024-03-11 10:45:57 +01:00
2024-03-12 14:27:58 -06:00
2024-03-13 10:23:30 -07:00
2024-03-05 12:01:17 -05:00
2024-03-11 10:45:57 +01:00
2024-03-13 00:32:45 -04:00
2024-03-05 12:01:17 -05:00
2024-03-05 12:01:17 -05:00
2024-03-05 23:42:12 +02:00
2024-03-13 10:23:30 -07:00
2024-03-05 12:01:17 -05:00
2024-03-05 12:01:17 -05:00
2024-03-09 01:37:24 +02:00
2024-03-05 12:01:17 -05:00
2024-03-05 12:01:17 -05:00
2024-03-11 12:07:42 +02:00
2024-03-07 03:21:11 +02:00
2024-03-12 11:38:30 +01:00
2024-03-13 10:23:30 -07:00
2024-03-11 11:35:27 -07:00
2024-03-05 12:01:17 -05:00
2024-03-05 12:01:17 -05:00
2024-03-12 14:27:58 -06:00
2024-03-05 12:01:17 -05:00
2024-03-05 12:01:17 -05:00
2024-03-05 12:01:17 -05:00
2024-03-11 13:28:10 +01:00
2024-03-07 19:56:41 -07:00
2024-03-06 15:23:55 +01:00
2024-03-13 10:23:30 -07:00
2024-03-13 10:23:30 -07:00
2024-03-05 12:01:17 -05:00
2024-03-05 12:01:17 -05:00
2024-03-05 12:01:17 -05:00
2024-03-05 12:01:17 -05:00
2024-03-12 21:19:51 -07:00
2024-03-05 12:01:17 -05:00
2024-03-05 12:01:17 -05:00
2024-03-08 15:28:42 +01:00
2024-03-05 12:01:17 -05:00
2024-03-12 21:27:40 +02:00
2024-03-13 17:30:10 +02:00
2024-03-05 12:01:17 -05:00
2024-03-11 12:21:37 -04:00
2024-03-05 12:01:17 -05:00
2024-03-05 12:01:17 -05:00
2024-03-12 21:02:04 -06:00
2024-03-12 18:27:24 +01:00
2024-03-13 00:37:10 +01:00
2024-03-05 12:01:17 -05:00
2024-03-11 10:03:51 +02:00
2024-03-07 13:52:50 -07:00
2024-03-13 10:23:30 -07:00
2024-03-13 10:23:30 -07:00
2024-03-13 10:23:30 -07:00
2024-03-05 12:01:17 -05:00