Javascript keyword color in Visual Studio 2012

Can I change the color of the JavaScript keyword in Visual Studio 2012?
On my aspx page, I have a JS code, I would like the code to be more convenient.

The VS2010 was possible (Tools β†’ Options β†’ Enviroment β†’ Fonts and Colors β†’ Script), but in VS 2012 this position disappears from the drop-down list: /

+4
source share
2 answers

He is still at the same place: Tools β†’ Options β†’ Environment β†’ Fonts & Colors

enter image description here

+4
source

Find "Identifier", "Keyword" and "String" to customize colors for JS

+3
source

All Articles