Open rmmanseau opened 8 months ago
I rely on standard ocaml grammar in vim/neovim for now which works pretty decently for me, but yeah, the proper way is to add a tree sitter grammar, shouldn't be to hard to build on top of the ocaml one.
tree sitter grammar is available now https://github.com/ocaml-mlx/tree-sitter-mlx as well as a plugin for neovim https://github.com/ocaml-mlx/ocaml_mlx.nvim
what's missing is a plugin for vscode
how do you handle syntax highlighting when using this? could a tree sitter grammar be put together?