From 4a3daeeb6182a7a2dc05cf26be66f66c2e32992a Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 20 Feb 2026 15:14:48 +0000 Subject: [PATCH] Update .def and .inc filetypes to be based on cpp --- plugin/filetype.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/filetype.lua b/plugin/filetype.lua index 0cd1150..3661b38 100644 --- a/plugin/filetype.lua +++ b/plugin/filetype.lua @@ -1,7 +1,8 @@ vim.filetype.add({ extension = { cl = 'opencl', - def = 'cpp', + def = 'cpp.def', + inc = 'cpp.inc', ll = 'llvm', md = 'markdown', ronn = 'markdown',