From eb3ca8631dd2545c84f14ce529b175e4240d3aef Mon Sep 17 00:00:00 2001 From: Miles Lubin Date: Mon, 19 Feb 2018 16:36:55 -0500 Subject: [PATCH] Update to latest CodeMirror commit (#627) This provides correct syntax highlighting for `struct`. --- deps/build.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/build.jl b/deps/build.jl index 227b2b82..510224cd 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -44,7 +44,7 @@ if isconda highlighter = joinpath(Conda.LIBDIR, "python2.7", "site-packages", "notebook", "static", "components", "codemirror", "mode", "julia", "julia.js") # CodeMirror commit from which we get the syntax highlighter - cm_commit = "d444cd1007bd32e418ace8ffed1cb0e692ee147d" + cm_commit = "ed9278cba6e1f75328df6b257f1043d35a690c59" highlighter_url = "https://raw.githubusercontent.com/codemirror/CodeMirror/" * cm_commit * "/mode/julia/julia.js" if isfile(highlighter)