From 9b6f7310f243824e2351ee4a994680be746dd582 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 22 May 2024 08:13:05 +0100 Subject: [PATCH] Make `.install` files use the `php` filetype. --- after/plugin/filetype.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/after/plugin/filetype.lua b/after/plugin/filetype.lua index 617965c..5a8f7f4 100644 --- a/after/plugin/filetype.lua +++ b/after/plugin/filetype.lua @@ -1,6 +1,7 @@ vim.filetype.add { extension = { inc = "php", + install = "php", module = "php", theme = "php", },