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

Commit

Permalink
Add support for the Twig highlighting language
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Nov 3, 2015
1 parent 1b7c4b7 commit bdd51eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sensio/sphinx/configurationblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ class ConfigurationBlock(Directive):
'jinja': 'Twig',
'html+jinja': 'Twig',
'jinja+html': 'Twig',
'twig': 'Twig',
'html+twig': 'Twig',
'twig+html': 'Twig',
'php+html': 'PHP',
'html+php': 'PHP',
'ini': 'INI',
Expand Down

0 comments on commit bdd51eb

Please sign in to comment.