Skip to content

Commit 352580a

Browse files
detect .pyw files (zyedidia#3346)
1 parent 55f45ce commit 352580a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/syntax/python3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
filetype: python
22

33
detect:
4-
filename: "\\.py(3)?$"
4+
filename: "\\.py(3|w)?$"
55
header: "^#!.*/(env +)?python(3)?$"
66

77
rules:

0 commit comments

Comments
 (0)