From f92178e6e55306a878c87f5a55b9e87ec9318320 Mon Sep 17 00:00:00 2001 From: Gianni Chiappetta Date: Mon, 20 Apr 2026 06:51:10 -0400 Subject: [PATCH] theme: Associate .mlx extensions with OCaml (#54197) See: https://github.com/zed-extensions/ocaml/blob/626cf8e76103fb2d8ea62fc06095df669aca4441/languages/mlx/config.toml#L3 Self-Review Checklist: - [x] I've reviewed my own diff for quality, security, and reliability - [ ] Unsafe blocks (if any) have justifying comments - [x] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [ ] Tests cover the new/changed behavior - [ ] Performance impact has been considered and is acceptable Release Notes: - Associate .mlx extensions with OCaml --- crates/theme/src/icon_theme.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/theme/src/icon_theme.rs b/crates/theme/src/icon_theme.rs index 314978218194895d802028be19a7b3bdb454bf9c..a1d65dddc4632bf6969665425709c582bae2cd5a 100644 --- a/crates/theme/src/icon_theme.rs +++ b/crates/theme/src/icon_theme.rs @@ -192,7 +192,7 @@ const FILE_SUFFIXES_BY_ICON_KEY: &[(&str, &[&str])] = &[ ("metal", &["metal"]), ("nim", &["nim", "nims", "nimble"]), ("nix", &["nix"]), - ("ocaml", &["ml", "mli"]), + ("ocaml", &["ml", "mli", "mlx"]), ("odin", &["odin"]), ("php", &["php"]), (