Fix line ending error (language blade)

This commit is contained in:
Darron Park 2018-03-19 15:13:25 +09:00
parent ef4098af01
commit af94463a1f
1 changed files with 22 additions and 22 deletions

View File

@ -1,22 +1,22 @@
module.exports = {
name: "Blade"
namespace: "blade"
fallback: ["html", "php"]
###
Supported Grammars
###
grammars: [
"Blade"
]
###
Supported extensions
###
extensions: [
"blade.php"
]
options: []
}
module.exports = {
name: "Blade"
namespace: "blade"
fallback: ["html", "php"]
###
Supported Grammars
###
grammars: [
"Blade"
]
###
Supported extensions
###
extensions: [
"blade.php"
]
options: []
}