Color Customizations:
Right now it looks like you have the built-in and
keyword type symbol tables grouped together.
It would be nice if they were seperate entities so
that we could color keywords one color and built-ins
another color.
keyword examples
and del for is raise
assert elif from lambda return
break else global not try
class except if or while
continue exec import pass yield
def finally in print
built-in examples
abs, basestring , bool , callable , chr ,
classmethod , cmp , compile , complex , delattr ,
dict , dir , divmod , enumerate , eval , execfile ,
file , filter , float , frozensetgetattr , globals ,
hasattr , hash , help , hex , id , input , int ,
isinstance , issubclass , iter , len , list , locals ,
long , map , max , min , object , oct , open , ord ,
pow , property , range , , raw_input , reduce ,
reload , repr , reversed , round , set , setattr ,
slice , sorted , staticmethod , str , sum , super ,
tuple , type, type , unichr , unicode, vars, xrange,
zip
None, Ellipsis, False, True, NotImplemented
StandardError , ArithmeticError , LookupError ,
EnvironmentError , AssertionError , AttributeError ,
EOFError , FloatingPointError , IOError ,
ImportError , IndexError , KeyError ,
KeyboardInterrupt , MemoryError , NameError ,
NotImplementedError , OSError , OverflowError ,
ReferenceError , RuntimeError , StopIteration ,
SyntaxError , SystemError , SystemExit , TypeError ,
UnboundLocalError , UnicodeError ,
UnicodeEncodeError , UnicodeDecodeError ,
UnicodeTranslateError , ValueError , WindowsError ,
ZeroDivisionError , Warning , UserWarning ,
DeprecationWarning , PendingDeprecationWarning ,
SyntaxWarning , RuntimeWarning , FutureWarning