From 76492c0325fe4f9006bb77d5ec98c2def8a9e72f Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Mon, 14 Sep 2015 09:29:53 +0900 Subject: [PATCH] Upgrade Codemirror to version 5.6 Includes the fix for syntax highlighting of raw string literals in go. Bug: Issue 3499 Change-Id: Ibbce189245a3109f107aa2946b4d23bf0b97986f --- lib/codemirror/BUCK | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/codemirror/BUCK b/lib/codemirror/BUCK index a7244f23cb..345d47ac74 100644 --- a/lib/codemirror/BUCK +++ b/lib/codemirror/BUCK @@ -3,8 +3,8 @@ include_defs('//lib/codemirror/cm.defs') 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)