Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML parser bug #54

Closed
NV opened this issue Apr 4, 2011 · 2 comments
Closed

HTML parser bug #54

NV opened this issue Apr 4, 2011 · 2 comments

Comments

@NV
Copy link
Contributor

NV commented Apr 4, 2011

<script type="text/javascript">//<!--
foo();
//--></script>
<p>
  bar
</p>

After //--> code doesn't highlight properly.

@marijnh
Copy link
Member

marijnh commented Apr 9, 2011

I assume you are talking about mixed-mode HTML here. In that case, this should be fixed by 608ae6a

@marijnh marijnh closed this as completed Apr 9, 2011
@NV
Copy link
Contributor Author

NV commented Apr 9, 2011

Yes, I meant HTML mixed-mode. Thank you!

alltom pushed a commit to alltom/CodeMirror that referenced this issue Aug 23, 2012
…rs-mustache

Highlight script blocks containing Handlebars/Mustache as HTML
gcziprusz pushed a commit to gcziprusz/CodeMirror that referenced this issue Dec 15, 2015
scope.$apply and $digest already in use
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants