I was also having this issue, even after turning off extensions. Turns out I had an inline <script>
tag at the top of my document which I missed a semicolon in, and VSCode thought my document was javascript.
It was in the <head>
, and the closing </head>
tag was a light blue rather than the usual dark blue.