rust-lang / rls

Repository for the Rust Language Server (aka RLS)
Other
3.52k stars 257 forks source link

Syntax "<<" has highlighting error in visual studio code #1707

Open TPXS-Drexel opened 3 years ago

TPXS-Drexel commented 3 years ago

when I use the syntax << in the line

let min_hash = BigUint::one() << (256 - 4 * LEADING_ZEROS);

RLS alters the syntax highlighting as follows: