PreviousNextTracker indexSee it online !

(217/231) 3615174 - Syntax highlight is wrong for some HTML file

Syntax highlighting stops working after "</style>" when the style contain a string like ".submit:hover"

example:
<html>
<style type="text/css">
.submit:hover{background-color:#FFDDDD;}
</style>
</html>

Submitted ahlearn - 2013-11-01 - 19:55:53z Assigned nobody
Priority 5 Category text area and syntax packages
Status Open Group None
Resolution None Visibility No

Comments

2013-11-04 - 10:04:27z
marchaefner
This seems to be fixed by this version of the HTML edit mode: https://raw.github.com/marchaefner/jEdit-modes/master/html.xml (Installation details can be found in the Users Guide.)

(The patch is waiting here: https://sf.net/support/tracker.php?aid=3614699 )
2013-11-04 - 15:41:14z
ahlearn
Yes, it is fixed by your edit mode. Thanks.

Attachments