vscode-reasonml icon indicating copy to clipboard operation
vscode-reasonml copied to clipboard

Syntax highlighting issue in function with string index access wrapped in list

Open bgoscinski opened this issue 8 years ago • 0 comments

let test1 = str => [str.[0]];
let test2 = "'let' should be violet and 'test2' orange";

Screenshot on Monokai Dimmed theme but it is reproducible on any built-in theme. image

bgoscinski avatar Dec 14 '17 16:12 bgoscinski