Fix syntax highlighting for go files

This commit is contained in:
Sebastian Sdorra
2020-10-23 10:35:13 +02:00
parent d2d237e0c2
commit 0d31ad2138
9 changed files with 1049 additions and 1672 deletions

View File

@@ -43,7 +43,7 @@ storiesOf("SyntaxHighlighter", module)
))
.add("Go", () => (
<Spacing>
<SyntaxHighlighter language="go" value={GoHttpServer} />
<SyntaxHighlighter language="golang" value={GoHttpServer} />
</Spacing>
))
.add("Javascript", () => (