vscode-reasonml
vscode-reasonml copied to clipboard
Syntax highlighting issue in function with string index access wrapped in list
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.
