summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/go.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/scanners/go.rb')
-rw-r--r--lib/coderay/scanners/go.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/scanners/go.rb b/lib/coderay/scanners/go.rb
index 23cbfe6..49d24c2 100644
--- a/lib/coderay/scanners/go.rb
+++ b/lib/coderay/scanners/go.rb
@@ -23,7 +23,7 @@ module Scanners
'int8', 'int16', 'int32', 'int64',
'float32', 'float64',
'complex64', 'complex128',
- 'byte', 'rune', 'string',
+ 'byte', 'rune', 'string', 'error',
'uint', 'int', 'uintptr',
] # :nodoc: