Skip to content

Commit cc056ba

Browse files
JorgenVatleulivz
authored andcommitted
feat($default-theme): add PHP language text tag to code block. (#892)
1 parent d7647bc commit cc056ba

File tree

1 file changed

+3
-0
lines changed
  • packages/@vuepress/theme-default/styles

1 file changed

+3
-0
lines changed

packages/@vuepress/theme-default/styles/code.styl

+3
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,6 @@ div[class~="language-python"]:before
125125

126126
div[class~="language-bash"]:before
127127
content "sh"
128+
129+
div[class~="language-php"]:before
130+
content "php"

0 commit comments

Comments
 (0)