Merge remote-tracking branch 'rxi/master'
This commit is contained in:
commit
773464eab8
|
@ -1,7 +1,7 @@
|
||||||
local syntax = require "core.syntax"
|
local syntax = require "core.syntax"
|
||||||
|
|
||||||
syntax.add {
|
syntax.add {
|
||||||
files = "%.py$",
|
files = { "%.py$", "%.pyw$" },
|
||||||
headers = "^#!.*[ /]python",
|
headers = "^#!.*[ /]python",
|
||||||
comment = "#",
|
comment = "#",
|
||||||
patterns = {
|
patterns = {
|
||||||
|
|
Loading…
Reference in New Issue