Skip to content

Commit

Permalink
markup/highlight: Ignore HL_lines_parsed in the gen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Feb 28, 2022
1 parent 14915a0 commit 260ff13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markup/highlight/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 260ff13

Please sign in to comment.