aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/plugins/filetype.lua3
1 files changed, 3 insertions, 0 deletions
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$" },
},