Codemirror: Add support for ruby mode

Change-Id: I0077bf99ec9960beb6d40911b65ee92af523b093
This commit is contained in:
David Ostrovsky
2014-01-15 21:40:41 +01:00
parent 22fa35d6cf
commit 1f9e50cdb7
5 changed files with 7 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ CM3_MODES = [
'perl/perl.js',
'properties/properties.js',
'python/python.js',
'ruby/ruby.js',
'shell/shell.js',
'sql/sql.js',
'velocity/velocity.js',