Add PHP filetype for inc and module extensions
This commit is contained in:
parent
820ab697f1
commit
e8ffa065a1
|
@ -1,5 +1,7 @@
|
|||
vim.filetype.add {
|
||||
extension = {
|
||||
inc = "php",
|
||||
module = "php",
|
||||
theme = "php",
|
||||
},
|
||||
}
|
||||
|
|
Reference in a new issue