diff options
author | 2010-03-23 00:52:55 -0400 | |
---|---|---|
committer | 2010-03-23 00:52:55 -0400 | |
commit | 16a3aaf2125c05234355f8f322e22680a0b79f0b (patch) | |
tree | 7b0586ee9bceb08cd88bcd1c5c7ac10991ea34d5 /core/ext | |
parent | d8cc38cc49c6def21befc585e12530b55569ea7b (diff) | |
download | textadept-16a3aaf2125c05234355f8f322e22680a0b79f0b.tar.gz textadept-16a3aaf2125c05234355f8f322e22680a0b79f0b.zip |
Prevent 'Io' lexer conflict with Lua's 'io' module; core/ext/mime_types.conf
Diffstat (limited to 'core/ext')
-rw-r--r-- | core/ext/mime_types.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ext/mime_types.conf b/core/ext/mime_types.conf index c0dc9964..f130cc38 100644 --- a/core/ext/mime_types.conf +++ b/core/ext/mime_types.conf @@ -129,7 +129,7 @@ ini ini reg ini % Io -io io +io Io % Java bsh java |