We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185754d commit 0988f2bCopy full SHA for 0988f2b
ocaml-lsp-server/src/document.ml
@@ -440,11 +440,10 @@ let get_impl_intf_counterparts m uri =
440
in
441
match Syntax.of_fname fname with
442
| Dune | Cram -> []
443
- (* TODO: Unsure about this, keeping it empty for now *)
444
| Mlx ->
445
(match kind with
446
- | Intf -> [ re; ml; mly; mll ]
447
- | Impl -> [ rei; mli; mly; mll ])
+ | Intf -> [ re; ml; mly; mll; mlx ]
+ | Impl -> [ rei; mli; mly; mll; mlx ])
448
| Ocaml ->
449
450
| Intf -> [ ml; mly; mll; eliom; re; mlx ]
0 commit comments