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 = { 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: []
} }