Merge "Update CodeMirror to 5.18.2"
This commit is contained in:
@@ -82,7 +82,6 @@ public class ModeInfo extends JavaScriptObject {
|
||||
Modes.I.htmlmixed(),
|
||||
Modes.I.http(),
|
||||
Modes.I.idl(),
|
||||
Modes.I.jade(),
|
||||
Modes.I.javascript(),
|
||||
Modes.I.jinja2(),
|
||||
Modes.I.jsx(),
|
||||
@@ -110,6 +109,7 @@ public class ModeInfo extends JavaScriptObject {
|
||||
Modes.I.powershell(),
|
||||
Modes.I.properties(),
|
||||
Modes.I.protobuf(),
|
||||
Modes.I.pug(),
|
||||
Modes.I.puppet(),
|
||||
Modes.I.python(),
|
||||
Modes.I.q(),
|
||||
|
@@ -67,7 +67,6 @@ public interface Modes extends ClientBundle {
|
||||
@Source("htmlmixed.js") @DoNotEmbed DataResource htmlmixed();
|
||||
@Source("http.js") @DoNotEmbed DataResource http();
|
||||
@Source("idl.js") @DoNotEmbed DataResource idl();
|
||||
@Source("jade.js") @DoNotEmbed DataResource jade();
|
||||
@Source("javascript.js") @DoNotEmbed DataResource javascript();
|
||||
@Source("jinja2.js") @DoNotEmbed DataResource jinja2();
|
||||
@Source("jsx.js") @DoNotEmbed DataResource jsx();
|
||||
@@ -95,6 +94,7 @@ public interface Modes extends ClientBundle {
|
||||
@Source("powershell.js") @DoNotEmbed DataResource powershell();
|
||||
@Source("properties.js") @DoNotEmbed DataResource properties();
|
||||
@Source("protobuf.js") @DoNotEmbed DataResource protobuf();
|
||||
@Source("pug.js") @DoNotEmbed DataResource pug();
|
||||
@Source("puppet.js") @DoNotEmbed DataResource puppet();
|
||||
@Source("python.js") @DoNotEmbed DataResource python();
|
||||
@Source("q.js") @DoNotEmbed DataResource q();
|
||||
|
@@ -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
|
||||
|
@@ -1,14 +1,14 @@
|
||||
include_defs('//lib/maven.defs')
|
||||
include_defs('//lib/codemirror/cm.defs')
|
||||
|
||||
VERSION = '5.17.0'
|
||||
VERSION = '5.18.2'
|
||||
TOP = 'META-INF/resources/webjars/codemirror/%s' % VERSION
|
||||
TOP_MINIFIED = 'META-INF/resources/webjars/codemirror-minified/%s' % VERSION
|
||||
|
||||
maven_jar(
|
||||
name = 'codemirror-minified',
|
||||
id = 'org.webjars.npm:codemirror-minified:' + VERSION,
|
||||
sha1 = '05ad901fc9be67eb7ba8997d896488093deb898e',
|
||||
sha1 = '6755af157a7eaf2401468906bef67bbacc3c97f6',
|
||||
attach_source = False,
|
||||
license = 'codemirror-minified',
|
||||
visibility = [],
|
||||
@@ -17,7 +17,7 @@ maven_jar(
|
||||
maven_jar(
|
||||
name = 'codemirror-original',
|
||||
id = 'org.webjars.npm:codemirror:' + VERSION,
|
||||
sha1 = 'c025b8d9aca1061e26d1fa482bea0ecea1412e85',
|
||||
sha1 = '18c721ae88eed27cddb458c42f5d221fa3d9713e',
|
||||
attach_source = False,
|
||||
license = 'codemirror-original',
|
||||
visibility = [],
|
||||
|
@@ -132,7 +132,6 @@ CM_MODES = [
|
||||
'htmlmixed',
|
||||
'http',
|
||||
'idl',
|
||||
'jade',
|
||||
'javascript',
|
||||
'jinja2',
|
||||
'jsx',
|
||||
@@ -160,6 +159,7 @@ CM_MODES = [
|
||||
'powershell',
|
||||
'properties',
|
||||
'protobuf',
|
||||
'pug',
|
||||
'puppet',
|
||||
'python',
|
||||
'q',
|
||||
|
Reference in New Issue
Block a user