Codemirror: Add support for Groovy mode

Change-Id: I7654e4c9911a3c6da9023155440445a4e777516b
This commit is contained in:
David Ostrovsky
2014-01-15 22:16:17 +01:00
parent 893b5b13b7
commit 59da23e4ca
5 changed files with 7 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ CM3_MODES = [
'commonlisp/commonlisp.js',
'css/css.js',
'go/go.js',
'groovy/groovy.js',
'htmlmixed/htmlmixed.js',
'javascript/javascript.js',
'perl/perl.js',