Merge pull request #117 from hawk93/master

Correct python header
This commit is contained in:
Anthony Scopatz 2016-09-27 13:21:14 -04:00 committed by GitHub
commit b6a2406bc9
1 changed files with 1 additions and 1 deletions

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)\>"