Skip to content

Commit

Permalink
Correct python header
Browse files Browse the repository at this point in the history
  • Loading branch information
hawk93 committed Sep 27, 2016
1 parent 4d7c75c commit 982d6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python.nanorc
Original file line number Diff line number Diff line change
@@ -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)\>"
Expand Down

0 comments on commit 982d6ce

Please sign in to comment.