diff --git a/docs/conf.py b/docs/conf.py index 6ab4f9fe..73706020 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -293,3 +293,6 @@ from pygments.lexers.php import PhpLexer lexers['php'] = PhpLexer(startinline=True) +lexers['phpinline'] = PhpLexer(startinline=True) +lexers['php-annotations'] = PhpLexer(startinline=True) +primary_domain = "php"