darron / language-ejs

EJS support for Atom.
Apache License 2.0
14 stars 7 forks source link

Html syntax highlighting disapears after ejs tags #5

Open ipepe opened 9 years ago

ipepe commented 9 years ago

Html syntax highlighting disapears after ejs tags Example:

<h1><%= 'some value' + 1 %></h1>

syntax highlighting on </h1> will disapear

fredrikekelund commented 8 years ago

Having the same issue. It looks like Atom perceives the content inside of a forEach loop as JSX. Haven't done any debugging to confirm this, but highlighting looks the same and Emmet expands snippets so that they use JSX-style attributes (className rather than class)

seia-soto commented 5 years ago

Same