Set composer.lock as a JSON filetype

This commit is contained in:
Oliver Davies 2025-03-02 21:06:42 +00:00
parent f2c760d690
commit ccc0358e53

View file

@ -6,4 +6,8 @@ vim.filetype.add {
pcss = "scss",
theme = "php",
},
filename = {
["composer.lock"] = "json",
},
}