Add PHP filetype for inc and module extensions

This commit is contained in:
Oliver Davies 2024-04-07 11:50:57 +01:00
parent 820ab697f1
commit e8ffa065a1
2 changed files with 4 additions and 2 deletions

View file

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