SIGN IN SIGN UP

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.*",
  ]
}
```
J
Joshua Farayola committed
ab7ce328881b3edf814e966039ff93757076dc17
Parent: 4e935f9
Committed by GitHub <noreply@github.com> on 5/20/2024, 8:13:35 AM