Currently, when I have code like this:
series: {{ traffic_json|safe }},
Aptana flags the second of the double brackets as "Syntax error: unexpected token '{'" and "Syntax error: unexpected token '}'" AFAIK, that's valid syntax for printing a variable's value in Django's templating language, is there any way to get Aptana to recognize this?