aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-10-11 09:55:13 +0200
committerFelix Van der Jeugt <felix.vanderjeugt@posteo.net>2022-05-29 15:45:53 +0200
commit336f66cbba6cb5a97edc7b56bcf5ea93565573b7 (patch)
treee3a2f5e1e35b165cd1f659ab565748187b2cfe06 /lua/plugins
parent845d258f91ddbbcf1cfefb2a9c51f31c297a2cc8 (diff)
downloadvis-336f66cbba6cb5a97edc7b56bcf5ea93565573b7.tar.gz
vis-336f66cbba6cb5a97edc7b56bcf5ea93565573b7.tar.xz
filetype.lua: Add "text/x-script.python" to python
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/filetype.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index 3cd234e..ef28fae 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -333,7 +333,7 @@ vis.ftdetect.filetypes = {
},
python = {
ext = { "%.sc$", "%.py$", "%.pyw$" },
- mime = { "text/x-python" },
+ mime = { "text/x-python", "text/x-script.python" },
},
reason = {
ext = { "%.re$" },