mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-17 06:17:12 +09:00
detect .pyw files (#3346)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
filetype: python
|
||||
|
||||
detect:
|
||||
filename: "\\.py(3)?$"
|
||||
filename: "\\.py(3|w)?$"
|
||||
header: "^#!.*/(env +)?python(3)?$"
|
||||
|
||||
rules:
|
||||
|
||||
Reference in New Issue
Block a user