Skip to content
Snippets Groups Projects
Commit 5e64423a authored by Sean Madsen's avatar Sean Madsen
Browse files

enabling PHP syntax highlighting

by passing custom options to the pygments PHP lexer, now that this is
possbile with pymdown-extensions 2.0
parent 2272b947
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,19 @@ markdown_extensions:
- attr_list
- admonition
- def_list
- codehilite(guess_lang=false)
- toc(permalink=true)
- pymdownx.superfences
- pymdownx.inlinehilite
- toc:
permalink: true
- pymdownx.highlight:
guess_lang: true
extend_pygments_lang:
- name: php
lang: php
options:
startinline: true
- pymdownx.superfences:
css_class: codehilite
- pymdownx.inlinehilite:
css_class: codehilite
- pymdownx.tilde
- pymdownx.betterem
- pymdownx.mark
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment