Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jade Syntax Highlighting in Visual Studio 2013

I wonder if there is an option I missed in Visual Studio 2013 to get the Jade syntax highlighting to work?

There is a pretty good integration of Node.js, Express and Jade in Visual Studio 2013, but it seems it lacks a proper syntax highlighting.
In that WebMatrix Tool of Microsoft the Jade syntax works pretty well and I dont't get because of what that features is missing in VS 2013. Maybe I made a mistake at some point of installation, project creating, missed an option or something like that.

like image 919
ztirom Avatar asked Mar 21 '14 08:03

ztirom


1 Answers

In the new NTVS beta version I found this today and it works great:

NTVS supports the following:

...  
Jade syntax highlighting -- New for Beta  
...

For a download and more information see the Node.js Tools for Visual Studio project site on CodePlex.

like image 135
ztirom Avatar answered Sep 20 '22 23:09

ztirom