-2

Hey just updated my vscode and now vscode doesnt necessarily highlight my code as it used to, ie classes in green, functions in yellow etc. Any ideas?

example of vscode window not highlighting javascript properly

Tried playing around with some settings the language mode in the bottom right to no avail.

Albert Einstein
  • 7,472
  • 8
  • 36
  • 71

1 Answers1

-2

Welcome to the stackoverflow community,

One reason could be that your theme is incorrect, specifically, your theme is set on the visual studio one(which does not have syntax highlight). However, you can just set it simply to the Dark+ theme to start using syntax highlighting.

Hope this helped you!

Helpful links:
Alvin CHENG
  • 374
  • 2
  • 16