Update CodeMirror to 5.11

Includes bug fixes and new modes: JSX, literate Haskell, Crystal.

Change-Id: Id02e659ee162b5746994a2352de1989312a196f9
This commit is contained in:
Michael Zhou
2016-02-08 18:16:24 -05:00
parent 254da3a316
commit 7c504473b0

View File

@@ -3,8 +3,8 @@ include_defs('//lib/codemirror/cm.defs')
include_defs('//lib/codemirror/closure.defs')
REPO = MAVEN_CENTRAL
VERSION = '5.8'
SHA1 = '1cbe267adf1da9659dae49253305649dae2391e9'
VERSION = '5.11'
SHA1 = 'b1f078dc9f3e128867c95b765d25242b37c5c281'
if REPO == MAVEN_CENTRAL:
URL = REPO + 'org/webjars/codemirror/%s/codemirror-%s.jar' % (VERSION, VERSION)