From 68cc8a115d79c97e3c557c70d81d59d0de29ae46 Mon Sep 17 00:00:00 2001 From: a73x Date: Sat, 31 Aug 2024 18:51:42 +0100 Subject: feat(html): add syntax highlighting using a js library until I work out how to use https://github.com/alecthomas/chroma --- public/embed.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public/embed.go') diff --git a/public/embed.go b/public/embed.go index 76fc18e..2dbcc0a 100644 --- a/public/embed.go +++ b/public/embed.go @@ -4,5 +4,6 @@ import "embed" //go:embed static/*.svg //go:embed static/*.woff2 - +//go:embed static/*.css +//go:embed static/*.js var FS embed.FS -- cgit v1.2.3