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