You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for Python decorators, implementing #1635
using the solution proposed by @spectras.
Also add 2 aliases: `annotation` to be like Java and `punctuation`
to change the actual color (like Java).
This resolves#1635.
Add support for Python decorators, implementing PrismJS#1635
using the solution proposed by @spectras.
Also add 2 aliases: `annotation` to be like Java and `punctuation`
to change the actual color (like Java).
This resolvesPrismJS#1635.
It would be nice to recognize decorator invocation, eg:
Decorator invocation can only appear as first token on a line.
This definition should work:
The text was updated successfully, but these errors were encountered: