~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/media/browser/editor.js

  • Committer: wagrant
  • Date: 2008-08-07 05:24:56 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:987
editor: Use HTML highlighting for XML by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
            'text/css': 'css',
142
142
            'text/plain': 'text',
143
143
            'text/html': 'html',
 
144
            'application/xml': 'html',
144
145
            'application/xhtml+xml': 'html'}[mime];
145
146
}