Make .install
files use the php
filetype.
This commit is contained in:
parent
ae888adbe0
commit
9b6f7310f2
|
@ -1,6 +1,7 @@
|
|||
vim.filetype.add {
|
||||
extension = {
|
||||
inc = "php",
|
||||
install = "php",
|
||||
module = "php",
|
||||
theme = "php",
|
||||
},
|
||||
|
|
Reference in a new issue