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
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,21 @@ dialect, put this in your `dune-project` file:
56
56
(run mlx-pp %{input-file}))))
57
57
```
58
58
59
+
### Editor Support
60
+
61
+
#### VS Code
62
+
Syntax highlighting support for VS Code is still work in progress. As a temporary workaround, you can enable basic OCaml syntax highlighting by adding this to your settings:
63
+
```json
64
+
{
65
+
"files.associations": {
66
+
"*.mlx": "ocaml"
67
+
}
68
+
}
69
+
```
70
+
71
+
#### Neovim
72
+
For Neovim users, install plugin: https://github.com/ocaml-mlx/ocaml_mlx.nvim
73
+
59
74
## Useful Links
60
75
61
76
- Example with Dream web framework: https://github.com/aantron/dream/pull/330
0 commit comments