sublime-reason
sublime-reason copied to clipboard
Official Reason plugin for Sublime Text
``` 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...