Everlaw / nbts

NetBeans TypeScript editor plugin
282 stars 46 forks source link

Please support the angular2 template syntax #118

Closed Chris2011 closed 6 years ago

Chris2011 commented 6 years ago

I don't know whether it is in your scope or not, but HTML files can't handle the new angular2 template syntax like [my-attribute], (property) or *smth. See the screenshot for what I mean:

angular2-template-syntax

As you can see the file has errors, I deactivated the error checking for html filex, but there are still errors, because those things are new to the HTML lexer I think.

Regards

Chris

jeffrey-easyesi commented 6 years ago

HTML highlighting is part of the NetBeans project, it has nothing to do with this plugin or with TypeScript.

Chris2011 commented 6 years ago

yeah, as I thought. Thx.