diff options
| author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-10-11 09:55:13 +0200 |
|---|---|---|
| committer | Felix Van der Jeugt <felix.vanderjeugt@posteo.net> | 2022-05-29 15:45:53 +0200 |
| commit | 336f66cbba6cb5a97edc7b56bcf5ea93565573b7 (patch) | |
| tree | e3a2f5e1e35b165cd1f659ab565748187b2cfe06 /lua | |
| parent | 845d258f91ddbbcf1cfefb2a9c51f31c297a2cc8 (diff) | |
| download | vis-336f66cbba6cb5a97edc7b56bcf5ea93565573b7.tar.gz vis-336f66cbba6cb5a97edc7b56bcf5ea93565573b7.tar.xz | |
filetype.lua: Add "text/x-script.python" to python
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/filetype.lua | 2 |
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$" }, |
