summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-highlight_options/conf.py
blob: 90997d44482bbfe2b83aea69e9e83ee0b587dcbc (plain)
1
2
3
4
highlight_options = {
    'default': {'default_option': True},
    'python': {'python_option': True}
}