aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/plugins/filetype.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index 4cee74f..2ea5a06 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -308,7 +308,7 @@ vis.ftdetect.filetypes = {
ext = { "%.pike$", "%.pmod$" },
},
pkgbuild = {
- ext = { "^PKGBUILD$" },
+ ext = { "^PKGBUILD$", "%.PKGBUILD$" },
},
pony = {
ext = { "%.pony$" },