Syntax Highlighting in the current tab fails to update properly with changes. A workaround is to switch to another tab and then back, which I guess makes it recompute highlighting, but thats not very practical when writing code. Examples: Normal:  After typing a comment:  Even weirder, *some* parts of the line actually have updated, the `=`, `:`, `;`, `(`, and `)` characters are green. But `/` is blue? ---- Using VSCode 1.37.1 and rust-analyzer master, commit c7d37e424f1e04f87982233f97e1e9385191b7f1 Not using `rust-analyzer.rainbowHighlightingOn`