Files
oak-gpui/docs/src
Joshua Farayola ab7ce32888 Add glob support for custom file type language (#12043)
Release Notes:

- Added glob support for file_types configuration
([#10765](https://github.com/zed-industries/zed/issues/10765)).

`file_types` can now be written like this:

```json
"file_types": {
  "Dockerfile": [
    "Dockerfile",
    "Dockerfile.*",
  ]
}
```
2024-05-20 10:13:35 +02:00
..
2024-05-16 16:55:54 -04:00
2024-05-03 16:24:04 -06:00
2024-05-03 16:24:04 -06:00
2024-05-03 16:24:04 -06:00
2024-05-03 16:24:04 -06:00
2024-05-03 16:24:04 -06:00
2024-05-15 16:32:57 +02:00
2024-05-03 19:05:29 -04:00
2024-05-07 09:24:00 -06:00