aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-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$" },