This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
don't highlight JavaScript outside html tag #63
Open
Description
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.