aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-08-27 15:28:15 +0200
committerRandy Palamar <randy@rnpnr.xyz>2024-08-28 05:21:11 -0600
commitc5768b7644e62ca6ad8fa47197e22b171f6b7b8c (patch)
tree73e762fa9d5709f3a7adb6e3e35e357eb91ac586 /lua/plugins
parent2d87fdc0d088b12571b0c695549106b766585a92 (diff)
downloadvis-c5768b7644e62ca6ad8fa47197e22b171f6b7b8c.tar.gz
vis-c5768b7644e62ca6ad8fa47197e22b171f6b7b8c.tar.xz
introduce new `org` file type
Diffstat (limited to 'lua/plugins')
-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$" },
},