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