diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-02-28 08:30:29 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-02-28 08:33:34 +0100 |
commit | 260ff1374de71de507ffa435b8e0950aa3cb28a8 (patch) | |
tree | 2ff5b09b6a6941d158efeff727ae1004e3c33550 /markup/highlight | |
parent | 14915a0c32069ac5b318dd4a67017e27135fba91 (diff) | |
download | hugo-260ff1374de71de507ffa435b8e0950aa3cb28a8.tar.gz hugo-260ff1374de71de507ffa435b8e0950aa3cb28a8.zip |
markup/highlight: Ignore HL_lines_parsed in the gen docs
Diffstat (limited to 'markup/highlight')
-rw-r--r-- | markup/highlight/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/highlight/config.go b/markup/highlight/config.go index 7b336f580..3204ce195 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 |