Romonov
Romonov

Reputation: 8605

Visual studio 2013 not highlighting typescript file

I am having a problem that Visual studio 2013 is showing all the text in a .ts file in black color. There are no colors for any of the code or comments. Am I missing a plugin or something? How can I get colors for ts files?

Upvotes: 2

Views: 1914

Answers (1)

basarat
basarat

Reputation: 275847

You need to install the power tools : https://visualstudiogallery.msdn.microsoft.com/955e0262-0858-40c9-ab5a-1acc680e9bfd

More blogs.msdn.com/b/typescript/archive/2014/11/12/announcing-typescript-1-3.aspx

Upvotes: 4

Related Questions