fix bug when typing php file

This commit is contained in:
Daisuke Oka 2017-11-29 15:34:54 +09:00
parent c7c6bfd7e2
commit 0553ac0ad2
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ let languages = {
extensions: ["pl", "al", "cgi", "fcgi", "perl", "ph", "plx", "pm", "pod", "psgi", "t"]
},
"PHP": {
file: "php",
file: ["php","htmlmixed","xml","javascript","clike"],
mime: "application/x-httpd-php",
extensions: ["php"]
},