From c5768b7644e62ca6ad8fa47197e22b171f6b7b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Tue, 27 Aug 2024 15:28:15 +0200 Subject: introduce new `org` file type --- lua/plugins/filetype.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua') diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index d643f82..a799cf1 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -310,6 +310,9 @@ vis.ftdetect.filetypes = { ext = { "%.m$", "%.mm$", "%.objc$" }, mime = { "text/x-objc" }, }, + org = { + ext = { "%.org$" }, + }, pascal = { ext = { "%.dpk$", "%.dpr$", "%.p$", "%.pas$" }, }, -- cgit v1.2.3