You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
A. Swap htmlmixed for htmlembedded or
B. Require EJS files to have a .ejs extension.
I think B is safe for now and we might reconsider A in the future. Eventually users will have the option to override the mode via https://trello.com/c/FaoluhZ5.
It doesn't fix the original bug as filed -- .html files will still get treated as regular HTML -- but that's just a FOL until changing the syntax mode per-file or per-extension is implemented. It's definitely fixed for the .ejs extension, I think we're good to close.
Description:
Code coloring broken for html file with Embedded JavaScript templates (EJS). I got this file from the Adobe CSS FilterLab repo: https://github.com/adobe/cssfilterlab/blob/master/index.html
Repro using Brackets Sprint 25 on Win 7 and Mac 10.7.
Repro steps:
Actual results:
The code coloring is broken, starting with this tag: <%- css %>.
Expected results:
Code coloring is not broken. Works fine in Sublime Text 2.
Workaround:
None.
The text was updated successfully, but these errors were encountered: