Changeset 1440
- Timestamp:
- 10/22/06 17:55:28 (2 years ago)
- Files:
-
- tracpygmentsplugin/0.11/tracpygments/__init__.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tracpygmentsplugin/0.11/tracpygments/__init__.py
r1436 r1440 154 154 155 155 class TracHtmlFormatter(HtmlFormatter): 156 # more specific should come before their parents in order to 157 # resolve them in the right order 156 158 token_classes = [ 157 159 (Comment, 'code-comment'), … … 162 164 (Keyword.Type, 'code-type'), 163 165 (Keyword, 'code-keyword'), 164 (Token, None),165 166 ] 166 167
