blob: a4e5536678fc52b0ea542db194318d43c6d48e87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# -*- coding: utf-8 -*-
"""
Pygments basic API tests
~~~~~~~~~~~~~~~~~~~~~~~
:copyright: 2006 by Georg Brandl.
:license: GNU GPL, see LICENSE for more details.
"""
from pygments import highlight
# ... TODO ...
|