diff options
Diffstat (limited to 'data/plugins/language_python.lua')
| -rw-r--r-- | data/plugins/language_python.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/plugins/language_python.lua b/data/plugins/language_python.lua index 4a6ada33..e6315c4b 100644 --- a/data/plugins/language_python.lua +++ b/data/plugins/language_python.lua @@ -1,7 +1,7 @@ local syntax = require "core.syntax" syntax.add { - files = "%.py$", + files = { "%.py$", "%.pyw$" }, headers = "^#!.*[ /]python", comment = "#", patterns = { |
