Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular2 syntax for SublimeText3

Recently I updated my SublimeText editor to build 3114 and he has problem to highlights syntax correctly.

For example

this

and

this

(Ng Model)] and the text in quotes is not highlighted. Before update all was fine. I use HTML syntax in SublimeText. Do you know any syntax package for HTML + angular2?

like image 639
Verri Avatar asked May 31 '16 13:05

Verri


1 Answers

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

enter image description here

like image 170
jojo Avatar answered Oct 17 '22 05:10

jojo