diff options
Diffstat (limited to 'lua/plugins/filetype.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 fe0fd3a..fd3aa0f 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -358,7 +358,7 @@ vis.ftdetect.filetypes = { }, python = { utility = { "^python%d?" }, - ext = { "%.sc$", "%.py[iw]?$" }, + ext = { "%.sc$", "%.py[iwx]?$" }, mime = { "text/x-python", "text/x-script.python" }, }, reason = { |
