An open API service indexing awesome lists of open source software.

https://github.com/davidar/django-codehilite

Codehilite (source code syntax highlighting) template filter for Django
https://github.com/davidar/django-codehilite

Last synced: 5 months ago
JSON representation

Codehilite (source code syntax highlighting) template filter for Django

Awesome Lists containing this project

README

          

USAGE
Copy the codehilite/ directory to somewhere in your PYTHONPATH, and add
"codehilite" to INSTALLED_APPS in settings.py. Then, use the filter with
something like the following (replacing python with the source language):
{% load codehilite %} {{ source|codehilite:"python" }}

Author Homepage: http://da.vidr.cc/