diff options
| author | Matěj Cepl <mcepl@cepl.eu> | 2024-08-27 15:28:15 +0200 |
|---|---|---|
| committer | Randy Palamar <randy@rnpnr.xyz> | 2024-08-28 05:21:11 -0600 |
| commit | c5768b7644e62ca6ad8fa47197e22b171f6b7b8c (patch) | |
| tree | 73e762fa9d5709f3a7adb6e3e35e357eb91ac586 /lua | |
| parent | 2d87fdc0d088b12571b0c695549106b766585a92 (diff) | |
| download | vis-c5768b7644e62ca6ad8fa47197e22b171f6b7b8c.tar.gz vis-c5768b7644e62ca6ad8fa47197e22b171f6b7b8c.tar.xz | |
introduce new `org` file type
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/filetype.lua | 3 |
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$" }, }, |
