Make .m files ObjC files

This commit is contained in:
Alexander Rosenberg 2023-09-13 03:30:31 -07:00
parent 0ef8abb561
commit dbaba9e0f8
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -100,7 +100,8 @@
"nasm" :nasm "nasm" :nasm
"h" :c "h" :c
"ui" :xml "ui" :xml
"tpp" :cpp }}) "tpp" :cpp
"m" :objc }})
;; Fix filetype of terminal buffers ;; Fix filetype of terminal buffers
(hook! :BufEnter "term:/*" #(set vim.bo.filetype "")) (hook! :BufEnter "term:/*" #(set vim.bo.filetype ""))