Tagged Questions
5
votes
1answer
116 views
Syntax-Highlighting won't recognize all CSS keywords
I just discovered a strange behavior of the CSS syntax highlighting feature which you can see in the following code example:
.first_rule {
color: red;
}
.second_rule:hover {
color: blue;
}
...
2
votes
2answers
335 views
SQL Syntax highlighter doesn't recognized double-dash comment syntax
-- this is a comment
UPDATE Employees SET fired = 1 WHERE noiseLevelInDB > 80
0
votes
2answers
259 views
Code highlighting with E4X XML literals in ActionScript code blocks
When entering XML literals using E4X syntax in ActionScript the code highlighting can be broken:
package
{
public class XMLTest
{
public function XMLTest()
{
// here highlighting ...