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

Commit

Permalink
feature #31 Add support for the Twig highlighting language (WouterJ)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------

Add support for the Twig highlighting language

Commits
-------

bdd51eb Add support for the Twig highlighting language
  • Loading branch information
fabpot committed Nov 4, 2015
2 parents 1b7c4b7 + bdd51eb commit 8f6abb2
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 8f6abb2

Please sign in to comment.