Set composer.lock as a JSON filetype
This commit is contained in:
parent
f2c760d690
commit
ccc0358e53
|
@ -6,4 +6,8 @@ vim.filetype.add {
|
|||
pcss = "scss",
|
||||
theme = "php",
|
||||
},
|
||||
|
||||
filename = {
|
||||
["composer.lock"] = "json",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue