Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.18 KB

ide-reason package

ReasonML/OCaml language support for Atom-IDE.

Using ocaml-language-server under the hood, the same as vscode-reasonml.

Thanks for @freebroccolo and all of ocaml-language-server's contributors!

Requirements

Custom toolchain path per project

Add one line in your package.json

{
  "name": "My Awesome Project",
  "version": "0.1.0",
  ...
  "reasonToolchainPath": "/path/to/your/toolchain",
}

Or, a separated config file for ide-reason, ide-reason.json. Currently only support one field:

{
  "toolchainPath": "/path/to/your/toolchain"
}