Remove php fallback from blade
This commit is contained in:
parent
7cf6ba19de
commit
a2303895a6
|
@ -2,7 +2,7 @@ module.exports = {
|
||||||
|
|
||||||
name: "Blade"
|
name: "Blade"
|
||||||
namespace: "blade"
|
namespace: "blade"
|
||||||
fallback: ["html", "php"]
|
fallback: ["html"]
|
||||||
|
|
||||||
###
|
###
|
||||||
Supported Grammars
|
Supported Grammars
|
||||||
|
|
Loading…
Reference in New Issue