reasonml-idea-plugin icon indicating copy to clipboard operation
reasonml-idea-plugin copied to clipboard

'"' in comments confuses comment recognition

Open jfehrle opened this issue 1 year ago • 0 comments

plugin version: 0.124-2023.1

Description

The third line should be highlighted as code, not as part of a comment. Looks like the comment recognizer doesn't handle this case.

image

let _ = '"' in
(* '"' *)
let _ = '"' in
(* '"' *)

jfehrle avatar Jun 05 '24 20:06 jfehrle