PreviousNextTracker indexSee it online !

(159/247) 3724 - CSS edit mode doesn't escape quotes inside method call

Given a bit of CSS like this

.className {
background-image: url('{\!URLFOR($Resource.images)}/desired_image.png');
}

the closing paren after $Resource.images is detected as matching the opening paren for url(), which screws up syntax highlighting for the rest of the file.

Tested with jEdit 4.5.

Submitted kog13 - 2012-07-24 17:25:45 Assigned
Priority 5 Labels text area and syntax packages
Status open Group None
Resolution None

Comments