summaryrefslogtreecommitdiffstats
path: root/markup/highlight/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'markup/highlight/config.go')
-rw-r--r--markup/highlight/config.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/markup/highlight/config.go b/markup/highlight/config.go
index 1142c5e11..46ef79071 100644
--- a/markup/highlight/config.go
+++ b/markup/highlight/config.go
@@ -72,6 +72,9 @@ 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:"-"`