We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3afb275 + 5bf1339 commit 46a86b6Copy full SHA for 46a86b6
contributing/documentation/format.rst
@@ -202,6 +202,8 @@ Installing the Sphinx extensions
202
# enable highlighting for PHP code not between ``<?php ... ?>`` by default
203
lexers['php'] = PhpLexer(startinline=True)
204
lexers['php-annotations'] = PhpLexer(startinline=True)
205
+ lexers['php-standalone'] = PhpLexer(startinline=True)
206
+ lexers['php-symfony'] = PhpLexer(startinline=True)
207
208
# use PHP as the primary domain
209
primary_domain = 'php'
0 commit comments