summaryrefslogtreecommitdiffstats
path: root/markup/highlight/config.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-03-10 10:06:22 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-03-10 10:06:22 +0100
commitb82d95575d192e035ec57fb1fe638eeafa1b2d50 (patch)
tree8e88f8adfdcd0faaf9a0681443ee2790c6e8b1e9 /markup/highlight/config.go
parent4e14cf7607ad3afdbf65272cd5bb61dba4b415da (diff)
Revert "markup/highlight: Add hl_inline option"
Diffstat (limited to 'markup/highlight/config.go')
-rw-r--r--markup/highlight/config.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/markup/highlight/config.go b/markup/highlight/config.go
index 46ef79071..1142c5e11 100644
--- a/markup/highlight/config.go
+++ b/markup/highlight/config.go
@@ -72,9 +72,6 @@ type Config struct {
// A space separated list of line numbers, e.g. “3-8 10-20”.
Hl_Lines string
- // If set, the markup will not be wrapped in any container.
- Hl_inline bool
-
// A parsed and ready to use list of line ranges.
HL_lines_parsed [][2]int `json:"-"`