vim-reason-plus icon indicating copy to clipboard operation
vim-reason-plus copied to clipboard

Reason Vim editor integration

Results 19 vim-reason-plus issues
Sort by recently updated
recently updated
newest added

Let’s highlight strings with Unicode ```reason let s = {js|from string with ❤|js}; ```

The `vim-reasonml` version seems to be more up-to-date.

I created a module like this and auto formatted the code by highlighting everything and pressing `==` I expect all the list of strings to be aligned. However when nested...

This is a perfectly valid string in ReasonML: ```reason let s = {|I'm a string "with" quotes line breaks literal \backslashes, and $dollars with no special escaping|}; ``` See https://reasonml.org/docs/manual/latest/string-and-char#quoted-string...

Can we have a default code indentation option for reasonML files?

When trying to use vim-reason-plus I get the following error: sh: node_modules/bs-platform/lib/bsppx.exe -bs-jsx 3: No such file or directory File "", line 1: Error: Error while running extern..... However compiling...

If a variant constructor is on its own line, didn't have an argument, and wasn't in the last position, it wouldn't receive highlighting. This hopefully fixes that. Example: 'A' wouldn't...

1. Added a guess at the source file as `syntax/reason.vim.orig`. (Note: not precisely bisected, but the ground truth is between https://github.com/rust-lang/rust.vim/commit/523a1160287772c8b8c7842efcd4898b528d89bf and https://github.com/rust-lang/rust.vim/commit/e651851c7455286f0ba42c46777e9677c68796ac) 2. Replaced references to `rust` with `reason`...

I've found https://github.com/ncm2/ncm2 to have more reliable performance than deoplete and it's a popular completion plugin.