Skip to content

Commit

Permalink
docs: add more php lexer support
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 9, 2016
1 parent 2745505 commit 342ad64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,3 +293,6 @@
from pygments.lexers.php import PhpLexer

lexers['php'] = PhpLexer(startinline=True)
lexers['phpinline'] = PhpLexer(startinline=True)
lexers['php-annotations'] = PhpLexer(startinline=True)
primary_domain = "php"

0 comments on commit 342ad64

Please sign in to comment.