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

View File

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