Remove php fallback from blade

This commit is contained in:
Darron Park 2018-03-19 15:51:47 +09:00
parent 7cf6ba19de
commit a2303895a6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ module.exports = {
name: "Blade"
namespace: "blade"
fallback: ["html", "php"]
fallback: ["html"]
###
Supported Grammars