Customized fork of github.com/rxi/lite

Added support for `.pyw` files in language_python plugin

rxi 806f0e39 79c4f9fc

Changed files
+1 -1
data
+1 -1
data/plugins/language_python.lua
··· 1 1 local syntax = require "core.syntax" 2 2 3 3 syntax.add { 4 - files = "%.py$", 4 + files = { "%.py$", "%.pyw$" }, 5 5 headers = "^#!.*[ /]python", 6 6 comment = "#", 7 7 patterns = {