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.
1 parent fec1115 commit 5bf1339Copy full SHA for 5bf1339
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