From dbaba9e0f86e2ba87f780457fe26cdb5c7f33c91 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 13 Sep 2023 03:30:31 -0700 Subject: [PATCH] Make .m files ObjC files --- init.fnl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.fnl b/init.fnl index 2719b79..a89c262 100644 --- a/init.fnl +++ b/init.fnl @@ -100,7 +100,8 @@ "nasm" :nasm "h" :c "ui" :xml - "tpp" :cpp }}) + "tpp" :cpp + "m" :objc }}) ;; Fix filetype of terminal buffers (hook! :BufEnter "term:/*" #(set vim.bo.filetype ""))