You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2020. It is now read-only.
When viewing Django template files (such at this [1]) in the source
browser the syntax highlighting makes the code extremely difficult to
read. Pygments supports Django template highlighting[2], and could be
a good reference. As for detection of the highlighter to use,
detection of the iconic django {{ }} tags would probably be a safe
enough indicator.
[1] - http://code.google.com/p/rietveld/source/browse/trunk/templates/all.html
[2] -
http://dev.pocoo.org/projects/pygments/browser/pygments/lexers/templates.py#L193
Original issue reported on code.google.com by kubasik.kevin on 19 May 2008 at 7:44