Make .install files use the php filetype.

This commit is contained in:
Oliver Davies 2024-05-22 08:13:05 +01:00
parent ae888adbe0
commit 9b6f7310f2

View file

@ -1,6 +1,7 @@
vim.filetype.add { vim.filetype.add {
extension = { extension = {
inc = "php", inc = "php",
install = "php",
module = "php", module = "php",
theme = "php", theme = "php",
}, },