8000 Adding php-standalone and php-symfony, which we're using as an experi… · fabpot/sphinx-php@638c08c · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Commit 638c08c

Browse files
committed
Adding php-standalone and php-symfony, which we're using as an experiment in the form component to doc usage differences
Along with this, the `conf.py` file will need the following 2 lines added: lexers['php-standalone'] = PhpLexer(startinline=True) lexers['php-symfony'] = PhpLexer(startinline=True)
1 parent 7196620 commit 638c08c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sensio/sphinx/configurationblock.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ class ConfigurationBlock(Directive):
2929
'html+php': 'PHP',
3030
'ini': 'INI',
3131
'php-annotations': 'Annotations',
32+
'php-standalone': 'Standalone Use',
33+
'php-symfony': 'Framework Use',
3234
}
3335

3436
def run(self):

0 commit comments

Comments
 (0)
0