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 ba770aa..c912dc7 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -96,7 +96,7 @@ vis.ftdetect.filetypes = {
ext = { "%.desktop$" },
},
diff = {
- ext = { "%.diff$", "%.patch$" },
+ ext = { "%.diff$", "%.patch$", "%.rej$" },
},
dmd = {
ext = { "%.d$", "%.di$" },