tangled
alpha
login
or
join now
emmeline.girlkisser.top
/
lite
Customized fork of github.com/rxi/lite
0
fork
atom
overview
issues
pulls
pipelines
Added support for `.pyw` files in language_python plugin
rxi
5 years ago
806f0e39
79c4f9fc
options
unified
split
Changed files
+1
-1
data
plugins
language_python.lua
+1
-1
data/plugins/language_python.lua
···
1
1
local syntax = require "core.syntax"
2
2
3
3
syntax.add {
4
4
-
files = "%.py$",
4
4
+
files = { "%.py$", "%.pyw$" },
5
5
headers = "^#!.*[ /]python",
6
6
comment = "#",
7
7
patterns = {