Update CodeMirror to version 5.17.1
This commit is contained in:
2
public/vendor/codemirror/mode/go/go.js
vendored
2
public/vendor/codemirror/mode/go/go.js
vendored
@@ -23,7 +23,7 @@ CodeMirror.defineMode("go", function(config) {
|
||||
"bool":true, "byte":true, "complex64":true, "complex128":true,
|
||||
"float32":true, "float64":true, "int8":true, "int16":true, "int32":true,
|
||||
"int64":true, "string":true, "uint8":true, "uint16":true, "uint32":true,
|
||||
"uint64":true, "int":true, "uint":true, "uintptr":true
|
||||
"uint64":true, "int":true, "uint":true, "uintptr":true, "error": true
|
||||
};
|
||||
|
||||
var atoms = {
|
||||
|
||||
Reference in New Issue
Block a user