Change the Python file header text

This commit is contained in:
Simon Volpert 2019-01-05 18:20:10 +02:00
parent d449035c52
commit 31a2bcf436
No known key found for this signature in database
GPG Key ID: C88435385910CF33
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
## Here is an example for Python.
##
## Python syntax highlighting rules for Nano
syntax "python" "\.py$"
header "^#!.*/(env +)?python[-0-9._]*( |$)"
magic "Python script"