hackwaly / ocamlearlybird

OCaml debug adapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support reasonml dialect

hackwaly opened this issue · comments

There's already some logic for reason files:

dir ^ "/" ^ String.uncapitalize_ascii module_id' ^ ".ml";
dir ^ "/" ^ String.uncapitalize_ascii module_id' ^ ".re";
dir ^ "/" ^ module_id' ^ ".ml";
dir ^ "/" ^ module_id' ^ ".re";

But maybe that's not enough.