True and False are Python built-in objects

This commit is contained in:
Simon Volpert 2015-06-21 19:05:44 +03:00
parent bd7da6b59e
commit 65446005a5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ syntax "python" "\.py$"
header "^#!.*/(env +)?python( |$)"
## built-in objects
color cyan "\<(None|self)\>"
color cyan "\<(None|self|True|False)\>"
## built-in attributes
color cyan "\<(__builtin__|__dict__|__methods__|__members__|__class__|__bases__|__import__|__name__|__doc__|__self__|__debug__)\>"
## built-in functions