Angular2 syntax for SublimeText3

I recently updated my SublimeText editor to build 3114, and it has a problem with the correct syntax highlighting.

for instance

this

and

this

(Ng model)], and the text in quotation marks is not highlighted. Before the upgrade, everything was in order. I am using HTML syntax in SublimeText. Do you know any syntax package for HTML + angular2?

+6
source share
1 answer

There's a Angular2 HTML syntax syntax in the Control package now: https://packagecontrol.io/packages/Angular2%20HTML%20Syntax

enter image description here

+4
source

All Articles