summaryrefslogtreecommitdiffstats
path: root/helpers/pygments.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/pygments.go')
-rw-r--r--helpers/pygments.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/pygments.go b/helpers/pygments.go
index 38266b267..6f7485845 100644
--- a/helpers/pygments.go
+++ b/helpers/pygments.go
@@ -155,6 +155,7 @@ func init() {
pygmentsKeywords["lineanchors"] = true
pygmentsKeywords["linespans"] = true
pygmentsKeywords["anchorlinenos"] = true
+ pygmentsKeywords["startinline"] = true
}
func parseOptions(options map[string]string, in string) error {