mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 08:35:39 +01:00
True and False are Python built-in objects
This commit is contained in:
parent
bd7da6b59e
commit
65446005a5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user