Fix line ending error (language blade)
This commit is contained in:
parent
ef4098af01
commit
af94463a1f
|
@ -1,22 +1,22 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
||||||
name: "Blade"
|
name: "Blade"
|
||||||
namespace: "blade"
|
namespace: "blade"
|
||||||
fallback: ["html", "php"]
|
fallback: ["html", "php"]
|
||||||
|
|
||||||
###
|
###
|
||||||
Supported Grammars
|
Supported Grammars
|
||||||
###
|
###
|
||||||
grammars: [
|
grammars: [
|
||||||
"Blade"
|
"Blade"
|
||||||
]
|
]
|
||||||
|
|
||||||
###
|
###
|
||||||
Supported extensions
|
Supported extensions
|
||||||
###
|
###
|
||||||
extensions: [
|
extensions: [
|
||||||
"blade.php"
|
"blade.php"
|
||||||
]
|
]
|
||||||
|
|
||||||
options: []
|
options: []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue