I use nano as my editor, and I recently added a few syntax highlighting configurations, of which one of them highlights python code. However, one thing that I noticed is that it doesn't highlight decorators. What would be the regex for it?
Note that the actual regex is in bash form.
Thanks in advance.