panr / hugo-theme-terminal

A simple, retro theme for Hugo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang syntax highlight is not working

mpostument opened this issue · comments

Hello, on my website I posted code snippets with golang. But I don't see any syntax highlighting.
An example on my website https://mpostument.com/2022/11/08/go-basic-types/

Use go instead of golang. Check prism.js docs for more info.

This helped. Thanks