Upgrade Codemirror to version 5.6
Includes the fix for syntax highlighting of raw string
literals in go.
Bug: Issue 3499
Change-Id: Ibbce189245a3109f107aa2946b4d23bf0b97986f
diff --git a/lib/codemirror/BUCK b/lib/codemirror/BUCK
index a7244f2..345d47a 100644
--- a/lib/codemirror/BUCK
+++ b/lib/codemirror/BUCK
@@ -3,8 +3,8 @@
include_defs('//lib/codemirror/closure.defs')
REPO = MAVEN_CENTRAL
-VERSION = '5.5'
-SHA1 = 'd9cee6fe3de8e02372b1ac1e9a627224a4f649a7'
+VERSION = '5.6'
+SHA1 = '5622ba0a953a6356572518eb14229ea1195cf6d0'
if REPO == MAVEN_CENTRAL:
URL = REPO + 'org/webjars/codemirror/%s/codemirror-%s.jar' % (VERSION, VERSION)