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

Detect {|Simple quoted strings|}

Open nkrkv opened this issue 5 years ago • 0 comments
trafficstars

This is a perfectly valid string in ReasonML:

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

Let’s highlight it?

nkrkv avatar Jun 04 '20 21:06 nkrkv