On Mar 28, 2011, at 03:41 PM, David Miller wrote:
>I frequently use decorators from libraries named like:
>
>@patch.object(Foo, 'bar')
>def func(arg):
># etc
>
>The regex for py-decorators-face only matches the patch section, leaving the
>object part set to the default face ( M-x describe-face
Hi -
I frequently use decorators from libraries named like:
@patch.object(Foo, 'bar')
def func(arg):
# etc
The regex for py-decorators-face only matches the patch section, leaving the
object part set to the default face ( M-x describe-face => Face: default)
To my eye this looks like the wro