mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 13:34:28 -04:00
Update CodeMirror to version 5.17.1
This commit is contained in:
parent
b6ca8649af
commit
1490eafdd2
27 changed files with 351 additions and 152 deletions
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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue