diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index fe0fd3aac..fd3aa0f5d 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 = {