summaryrefslogtreecommitdiff
path: root/pygments/token.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-01-25 18:29:59 +0100
committergbrandl <devnull@localhost>2007-01-25 18:29:59 +0100
commit19d8c509bee3216d68419d27f34d00d151454e92 (patch)
tree2270c870264f4fb2194d161122a25edd4a0a9b48 /pygments/token.py
parent4d862a0197bee61cd5cfd429ce39d11dbfae6662 (diff)
downloadpygments-19d8c509bee3216d68419d27f34d00d151454e92.tar.gz
[svn] Added using(state=x) and RST lexer by Tim Hatch.
Diffstat (limited to 'pygments/token.py')
-rw-r--r--pygments/token.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/token.py b/pygments/token.py
index 146045df..53a59ba6 100644
--- a/pygments/token.py
+++ b/pygments/token.py
@@ -1,4 +1,4 @@
- # -*- coding: utf-8 -*-
+# -*- coding: utf-8 -*-
"""
pygments.token
~~~~~~~~~~~~~~