summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/mode/go/go.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/codemirror/mode/go/go.js')
-rw-r--r--public/vendor/codemirror/mode/go/go.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/vendor/codemirror/mode/go/go.js b/public/vendor/codemirror/mode/go/go.js
index 21fe9a2d..3c9ef6b9 100644
--- a/public/vendor/codemirror/mode/go/go.js
+++ b/public/vendor/codemirror/mode/go/go.js
@@ -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 = {