angular-ui / AngularJS-Atom

An AngularJS package for Github's Atom editor
https://atom.io/packages/angularjs
MIT License
284 stars 49 forks source link

Inconsistent syntax highlighting #62

Open kioannou opened 8 years ago

kioannou commented 8 years ago

atom v1.8.0 (package: angualrjs v0.3.4) I noticed inconsistencies in angular's {{}} markup highlighting. There are three different cases in this HTML and they are highlighted differently screen shot 2016-06-21 at 00 52 07

outsideris commented 8 years ago

I use built-in language-javascript to highlight javascript code in angular expression.

2016-07-27 22 32 10

language-javascript highlight the code like same. I'm not sure whether implementing it as own is better or not.

kioannou commented 8 years ago

I see. I just found this weird and i thought it was good idea to report it.

outsideris commented 8 years ago

It is worth to report. I will consider about a better way to address it.

RaccoonFive commented 8 years ago

I have the same issue but with the attribute called "title" ex: (post.title)