1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-21 16:15:40 +01:00

Correct python header

This commit is contained in:
Alessandro Luppi 2016-09-27 19:21:15 +02:00
parent 4d7c75ca93
commit 982d6ce9c1

View File

@ -1,7 +1,7 @@
## Here is an example for Python.
##
syntax "Python" "\.py$"
header "^#!.*/(env +)?python( |$)"
header "^#!.*/(env +)?python[-0-9._]*( |$)"
## built-in objects
color cyan "\<(None|self|True|False)\>"