Changeset 722:600d5ac3e719 in hatta-dev


Ignore:
Timestamp:
01/05/10 18:07:57 (2 years ago)
Author:
sheep@…
Branch:
default
Message:

use highlighting by default for all text formats and code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hatta.py

    r721 r722  
    23042304    mime_map = { 
    23052305        'text': WikiPageColorText, 
    2306         'application/x-javascript': WikiPageText, 
    2307         'application/x-python': WikiPageText, 
     2306        'application/x-javascript': WikiPageColorText, 
     2307        'application/x-python': WikiPageColorText, 
    23082308        'text/csv': WikiPageCSV, 
    23092309        'text/x-rst': WikiPageRST, 
Note: See TracChangeset for help on using the changeset viewer.