Skip to content

Commit

Permalink
Update to latest CodeMirror commit (#627)
Browse files Browse the repository at this point in the history
This provides correct syntax highlighting for `struct`.
  • Loading branch information
mlubin authored and stevengj committed Feb 19, 2018
1 parent ca28995 commit eb3ca86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eb3ca86

Please sign in to comment.