markup/highlight: Ignore HL_lines_parsed in the gen docs

This commit is contained in:
Bjørn Erik Pedersen 2022-02-28 08:30:29 +01:00
parent 14915a0c32
commit 260ff1374d
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -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