vscode-ocaml-platform icon indicating copy to clipboard operation
vscode-ocaml-platform copied to clipboard

Bad highlighting with high unicode characters

Open yannl35133 opened this issue 2 years ago • 2 comments

When high unicode characters are used, it messes up with highlighting and errors placed in text (these are capital pis):

let _ =
  let _ = "ΠΠΠΠΠΠΠΠΠΠΠΠΠΠΠΠΠΠΠΠΠΠΠΠ" in -. 0                        

Screenshot_20210915_165450

yannl35133 avatar Sep 15 '21 14:09 yannl35133

@rgrinberg This is something that should be addressed in LSP, right? Any idea what could cause this?

tmattio avatar Oct 05 '21 13:10 tmattio

Yeah, probably. There's not much that can be done in this repo regardless. On Oct 5, 2021, 7:11 AM -0600, Thibaut Mattio @.***>, wrote:

@rgrinberg This is something that should be addressed in LSP, right? Any idea what could cause this? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

rgrinberg avatar Oct 05 '21 18:10 rgrinberg