Make .install
files use the php
filetype.
This commit is contained in:
parent
ae888adbe0
commit
9b6f7310f2
|
@ -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",
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue