ocaml-mlx / mlx

OCaml syntax dialect which adds JSX syntax expressions
Other
76 stars 1 forks source link

syntax highlighting #5

Open rmmanseau opened 5 months ago

rmmanseau commented 5 months ago

how do you handle syntax highlighting when using this? could a tree sitter grammar be put together?

andreypopp commented 5 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.