Skip to content

Commit 0988f2b

Browse files
committed
Add mlx as exts_to_switch_to
1 parent 185754d commit 0988f2b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ocaml-lsp-server/src/document.ml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,11 +440,10 @@ let get_impl_intf_counterparts m uri =
440440
in
441441
match Syntax.of_fname fname with
442442
| Dune | Cram -> []
443-
(* TODO: Unsure about this, keeping it empty for now *)
444443
| Mlx ->
445444
(match kind with
446-
| Intf -> [ re; ml; mly; mll ]
447-
| Impl -> [ rei; mli; mly; mll ])
445+
| Intf -> [ re; ml; mly; mll; mlx ]
446+
| Impl -> [ rei; mli; mly; mll; mlx ])
448447
| Ocaml ->
449448
(match kind with
450449
| Intf -> [ ml; mly; mll; eliom; re; mlx ]

0 commit comments

Comments
 (0)