1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 11:54:27 +00:00
GoBlog/highlighting.go

8 lines
104 B
Go
Raw Normal View History

2021-11-16 09:37:30 +00:00
package main
import (
"github.com/alecthomas/chroma/styles"
)
var chromaGoBlogStyle = styles.Monokai