Skip to content

Commit fd8c81f

Browse files
committed
1 parent 0013b64 commit fd8c81f

File tree

1 file changed

+1
-1
lines changed
  • lib/coderay/scanners

1 file changed

+1
-1
lines changed

lib/coderay/scanners/go.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Go < Scanner
2323
'int8', 'int16', 'int32', 'int64',
2424
'float32', 'float64',
2525
'complex64', 'complex128',
26-
'byte', 'rune',
26+
'byte', 'rune', 'string', 'error',
2727
'uint', 'int', 'uintptr',
2828
] # :nodoc:
2929

0 commit comments

Comments
 (0)