aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2007-12-24 14:01:39 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2007-12-24 14:01:39 -0500
commitbc000dc1ea565efb81a2a3d4b7e6aa41c376c0fb (patch)
tree917cf199cfcffdeeacd7d032606318f90671750e
parent6f679a77534571c07adbc46db78801bba0a9e8e5 (diff)
downloadtextadept-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.lua2
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
}