Skip to content

Commit f604c73

Browse files
committed
add missing config formats
1 parent 007214a commit f604c73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_build/conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,11 @@
112112
lexers['terminal'] = TerminalLexer()
113113

114114
config_block = {
115+
'apache': 'Apache',
115116
'markdown': 'Markdown',
117+
'nginx': 'Nginx',
116118
'rst': 'reStructuredText',
119+
'terminal': 'Terminal',
117120
'varnish3': 'Varnish 3',
118121
'varnish4': 'Varnish 4'
119122
}

0 commit comments

Comments
 (0)