diff options
author | blackbird <devnull@localhost> | 2007-01-03 23:46:24 +0100 |
---|---|---|
committer | blackbird <devnull@localhost> | 2007-01-03 23:46:24 +0100 |
commit | 26fcb0f9ac510d6efa8d4af2523f1ae667be5a14 (patch) | |
tree | a854a97818c767a410890d9c52a8b23070a25006 /pygments/token.py | |
parent | 179594be9cf0d757ab28bd037c09130ab5943a38 (diff) | |
download | pygments-26fcb0f9ac510d6efa8d4af2523f1ae667be5a14.tar.gz |
[svn] removed mokuwiki and trypy. now part of the mitsuhiko trac to keep the repo here clean
Diffstat (limited to 'pygments/token.py')
-rw-r--r-- | pygments/token.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/token.py b/pygments/token.py index 64c67be4..f0b6f8c9 100644 --- a/pygments/token.py +++ b/pygments/token.py @@ -142,6 +142,7 @@ STANDARD_TYPES = { Comment.Multiline: 'cm', Comment.Preproc: 'cp', Comment.Single: 'c1', + Comment.Special: 'cs', Generic: 'g', Generic.Deleted: 'gd', |