hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 260ff1374de71de507ffa435b8e0950aa3cb28a8
parent 14915a0c32069ac5b318dd4a67017e27135fba91
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Mon, 28 Feb 2022 08:30:29 +0100

markup/highlight: Ignore  HL_lines_parsed in the gen docs

Diffstat:
Mmarkup/highlight/config.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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