You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ocamlformat-mlx and most ocaml features for .mlx (#1528)
* setup doesn't work, time to push
* run ci
* Enable ocamlformat
* Keep ci as before
* Resolve doubt about get_impl_intf_counterparts
* Add mlx as exts_to_switch_to
* Kind ensures --impl is passed to ocamlformat-mlx
* Reorder get_impl_intf_counterparts
* Enable mlx as interference
* Ensure ocamlformat-mlx has --impl for mlx
* Enable code_actions for mlx
* Pass impl first
* Support mlx for merlin diagnostics
* Add changelog entry
* Move mlx's changelog entry into unreleased
Copy file name to clipboardExpand all lines: CHANGES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
## Features
4
4
5
5
- Make `code-lens` for nested let bindings configurable (#1567)
6
+
- Add support for `.mlx` files, including formatting via `ocamlformat-mlx` and most OCaml LSP features (diagnostics, code actions, hover, etc.) (#1528)
0 commit comments