How do I make it so Python attributes are also highlighted? e.g.  I want `self._hooks` to have its value shown in addition to `base` and `leaf_spec`.
How do I make it so Python attributes are also highlighted?

e.g.
I want
self._hooksto have its value shown in addition tobaseandleaf_spec.