Update CodeMirror to 5.18.2

Highlights include:
  - Make sure gutter backgrounds stick to the rest of the gutter during
    horizontal scrolling.
  - JavaScript mode: Fix some small parsing bugs and improve TypeScript
    support.
  - The "jade" mode has been renamed to "pug".

Change-Id: I5079f75490586aec851d5cf99860a91b1a5d590b
This commit is contained in:
Michael Zhou
2016-08-23 17:47:24 -04:00
parent 0ddb99c524
commit 4919dd852f
5 changed files with 8 additions and 7 deletions

View File

@@ -97,7 +97,7 @@ HISTORY.md = text/x-gfm
in = text/x-properties
ini = text/x-properties
intr = text/x-dylan
jade = text/x-jade
jade = text/x-pug
java = text/x-java
jl = text/x-julia
jruby = text/x-ruby
@@ -163,6 +163,7 @@ protobuf = text/x-protobuf
ps1 = application/x-powershell
psd1 = application/x-powershell
psm1 = application/x-powershell
pug = text/x-pug
py = text/x-python
pyw = text/x-python
pyx = text/x-cython