Changeset 2225
- Timestamp:
- 12/28/08 15:56:40 (3 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Document.pm (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Document.pm
r2214 r2225 28 28 use File::Spec (); 29 29 use Class::Autouse (); 30 use POSIX qw(LC_CTYPE);31 30 use Padre::Util (); 32 31 use Padre::Wx (); … … 70 69 mat => 'text/x-matlab', 71 70 pas => 'text/x-pascal', 71 pod => 'text/x-pod', 72 72 php => 'application/x-php', 73 73 py => 'text/x-python', … … 82 82 pod => 'application/x-perl', 83 83 t => 'application/x-perl', 84 txt => 'text/plain', 84 85 xml => 'text/xml', 85 86 yml => 'text/x-yaml', … … 92 93 93 94 our %MIME_CLASS = ( 95 'text/x-pod' => 'Padre::Document::POD', 94 96 'application/x-perl' => 'Padre::Document::Perl', 95 97 ); … … 129 131 'application/x-pasm' => Wx::wxSTC_LEX_CONTAINER, # CONFIRMED 130 132 'application/x-perl6' => Wx::wxSTC_LEX_CONTAINER, # CONFIRMED 133 'text/plain' => Wx::wxSTC_LEX_NULL, # CONFIRMED 131 134 ); 132 135
Note: See TracChangeset
for help on using the changeset viewer.
