ZIm/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
..
development docs: Update macOS development docs with dispatch.h error solution (#11986) 2024-05-17 14:10:57 -04:00
languages ruby: Pass initialization options to LSPs (#12012) 2024-05-20 10:18:32 +03:00
adding-new-languages.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
additional-learning-materials.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
assistant-panel.md Add prompt library (#11910) 2024-05-16 16:55:54 -04:00
channels.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
code-of-conduct.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
collaboration.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
configuring-zed.md Add glob support for custom file type language (#12043) 2024-05-20 10:13:35 +02:00
contribute-to-zed.md docs: Fix some typos (#11443) 2024-05-06 11:45:17 -04:00
conversations.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
developing-zed.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
feedback-and-support.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
getting-started.md Fix a link to Zed configuring docs (#11739) 2024-05-14 17:15:14 -04:00
key-bindings.md Fix key-bindings.md example (#11415) 2024-05-13 09:09:59 -07:00
remote-development.md cli: Support --foreground for debugging (#11819) 2024-05-14 16:05:40 -06:00
SUMMARY.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
system-requirements.md docs: Update system requirements to note Linux and Windows can be built from source. (#11438) 2024-05-06 11:01:00 -04:00
tasks.md tasks: minor fixes to docs (#11862) 2024-05-15 16:32:57 +02:00
telemetry.md Add telemetry for supermaven (#11821) 2024-05-16 17:18:32 -04:00
themes.md docs: Update "Themes" page (#11379) 2024-05-03 19:05:29 -04:00
vim.md Restore vim docs (#11491) 2024-05-07 09:24:00 -06:00