diff options
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', |