Skip to content

Commit 5bf1339

Browse files
committed
document the configuration of the php-standalone and php-symfony lexers
1 parent fec1115 commit 5bf1339

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contributing/documentation/format.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ Installing the Sphinx extensions
202202
# enable highlighting for PHP code not between ``<?php ... ?>`` by default
203203
lexers['php'] = PhpLexer(startinline=True)
204204
lexers['php-annotations'] = PhpLexer(startinline=True)
205+
lexers['php-standalone'] = PhpLexer(startinline=True)
206+
lexers['php-symfony'] = PhpLexer(startinline=True)
205207
206208
# use PHP as the primary domain
207209
primary_domain = 'php'

0 commit comments

Comments
 (0)