From: Bjørn Erik Pedersen Date: Mon, 28 Feb 2022 07:30:29 +0000 (+0100) Subject: markup/highlight: Ignore HL_lines_parsed in the gen docs X-Git-Tag: v0.93.0~3 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=260ff1374de71de507ffa435b8e0950aa3cb28a8;p=brevno-suite%2Fhugo markup/highlight: Ignore HL_lines_parsed in the gen docs --- diff --git a/markup/highlight/config.go b/markup/highlight/config.go index 7b336f58..3204ce19 100644 --- a/markup/highlight/config.go +++ b/markup/highlight/config.go @@ -73,7 +73,7 @@ type Config struct { Hl_Lines string // A parsed and ready to use list of line ranges. - HL_lines_parsed [][2]int + HL_lines_parsed [][2]int `json:"-"` // TabWidth sets the number of characters for a tab. Defaults to 4. TabWidth int