Use YAML ft for phpstan.neon and phpstan.neon.dist

This commit is contained in:
Oliver Davies 2025-04-09 18:00:00 +01:00
parent b96be1a667
commit d180f46e9c

View file

@ -3,11 +3,13 @@ vim.filetype.add {
inc = "php",
install = "php",
module = "php",
neon = "yaml",
pcss = "scss",
theme = "php",
},
filename = {
["composer.lock"] = "json",
["phpstan.neon.dist"] = "yaml",
},
}