diff options
author | 2007-12-24 14:01:39 -0500 | |
---|---|---|
committer | 2007-12-24 14:01:39 -0500 | |
commit | bc000dc1ea565efb81a2a3d4b7e6aa41c376c0fb (patch) | |
tree | 917cf199cfcffdeeacd7d032606318f90671750e | |
parent | 6f679a77534571c07adbc46db78801bba0a9e8e5 (diff) | |
download | textadept-bc000dc1ea565efb81a2a3d4b7e6aa41c376c0fb.tar.gz textadept-bc000dc1ea565efb81a2a3d4b7e6aa41c376c0fb.zip |
Fixed setting of Ruby lexer after detecting filetype; core/ext/mime_types.lua
-rw-r--r-- | core/ext/mime_types.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ext/mime_types.lua b/core/ext/mime_types.lua index 912faf00..2b05bb62 100644 --- a/core/ext/mime_types.lua +++ b/core/ext/mime_types.lua @@ -39,7 +39,7 @@ local extensions = { php = l.php, py = l.python, pyw = l.python, rhtml = l.rhtml, - rb = l.rb, rbw = l.rb, + rb = l.ruby, rbw = l.ruby, xml = l.xml, xsl = l.xml, xslt = l.xml } |