AngularJS-Atom
AngularJS-Atom copied to clipboard
don't highlight JavaScript outside html tag
When you use partials normally don't have a complete html structure, sometimes the JavaScript is not included in other html tags. I have an example here.
script it's NOT highlight correctly.
If it is inside the fieldset tag. the highlight works correctly
With the default html highlighter of Atom works correctly.