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

Official Reason plugin for Sublime Text

Results 5 sublime-reason issues
Sort by recently updated
recently updated
newest added

``` let passDisplay = () => "PASS" ; ```

Example from Reason repo ``` let result = switch (part) { | `Text(value) => if (String.length(workingLine) + String.length(lastDelim) + String.length(value) (message, workingLine, Re.Group.get(g, 0)) }; ```

I'm no expert in sublime config files, but this seemed to allow me to comment/uncomment in Bucklescript syntax with the usual keybindings.

When using vim mode, one of the standard techniques is to use `jj` instead of pressing ESC to exit the input mode. This temporarily inserts one `j` but then detects...