reason-mode icon indicating copy to clipboard operation
reason-mode copied to clipboard

Emacs major mode for working with ReasonML

Results 16 reason-mode issues
Sort by recently updated
recently updated
newest added

Hello! Will this mode support rescript as well?

When writing bs-mocha tests, reason-mode enters an infinite loop trying to determine the indentation level of the first 'describe'. function you write. A work-around seems to be that this does...

For example, after a line that doesn't have a semicolon (like an open statement), it indents. Also, the mode is quite inflexible in regards to how it wants your code...

With ReasonReact example from https://reasonml.github.io/reason-react/docs/en/intro-example the default formating in reason mode is: ``` [@react.component] let make = (~name) => {ReasonReact.string("Hello " ++ name ++ "!")} ; ``` The right formatting...

``` ocamlmerlin error: File "_none_", line 1: Error: I/O error: ../../bisect.exclude: No such file or directory ``` ``` pwd /home/pc/workarea/software/myproject ``` ``` which ocamlmerlin /home/pc/.opam/4.06.1/bin/ocamlmerlin ``` What exactly am I...

It's stated in the `README.md` that this package provides (opt-in) support for rtop. What does this mean - and how can I use it? I'd love to use an inferior...

This is more bucklescript related than reason related, but I don't know in which other package it could go. So proposing for inclusion here. When compiling a bucklescript project, `-bs-super-errors`...

# Issue: Issuing indent command, the editor will hang forever. The only option to continue is canceling the command (`Ctrl-g`). # Setup - Emacs: 25.3.1 - My emacs configuration can...

Hello, thanks for a great tool ) I'm new to reason-mode so probably I just need to be taught how to do things right. I’ve installed the mode via quelpa...

I have set the ELisp in a proper directory and did a load-path and added the rest of the code to my .emacs file on my Mac. When I reload...