Re: [Python-mode] Python mode decorators-face

2011-03-28 Thread Barry Warsaw
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

[Python-mode] Python mode decorators-face

2011-03-28 Thread David Miller
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