Skip to content

Commit ec2e381

Browse files
Bram Ceulemanspimjansen
authored andcommitted
Added PHP language extension for inline highlighting
1 parent eef99eb commit ec2e381

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mkdocs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ plugins:
3333
- search
3434

3535
markdown_extensions:
36-
- pymdownx.highlight
36+
- pymdownx.highlight:
37+
extend_pygments_lang:
38+
- name: php
39+
lang: php
40+
options:
41+
startinline: true
3742
- pymdownx.superfences
3843
- pymdownx.keys

0 commit comments

Comments
 (0)