diff --git a/sensio/sphinx/configurationblock.py b/sensio/sphinx/configurationblock.py index be41a52..1ee7542 100644 --- a/sensio/sphinx/configurationblock.py +++ b/sensio/sphinx/configurationblock.py @@ -34,6 +34,7 @@ class ConfigurationBlock(Directive): 'ini': 'INI', 'markdown': 'Markdown', 'php-annotations': 'Annotations', + 'php-attributes': 'Attributes', 'php-standalone': 'Standalone Use', 'php-symfony': 'Framework Use', 'rst': 'reStructuredText',