jbdoderlein / BetterOCaml

A small but efficient, intuitive and responsive OCaml IDE right in your browser! Ships OCaml v5.1.1, interpreter by your browser (so it works offline!), compiled with js_of_ocaml.
https://perso.eleves.ens-rennes.fr/people/jean-baptiste.doderlein/betterocaml
Apache License 2.0
37 stars 8 forks source link

Most Modules like Char are not being Syntax Highlighnted and neither showing the available functions #64

Closed arctumn closed 2 years ago

arctumn commented 2 years ago

Most modules from the ocaml library are not being shown any functions, neither are being detected as modules. For example Module List shows with a different color than white, while for example Module Char is not having the same behavior has it does not show available functions nor have a different color. image image

math-gout commented 2 years ago

This fixes syntax highlighting issue : #65 I'll do the autocompletion later

math-gout commented 2 years ago

And for the autocompletion : #66