mirror of https://github.com/cmur2/joe-syntax.git
Fix Python decorators highlighting
As per PR https://github.com/cmur2/joe-syntax/pull/16 from @avli it does: This fixes highlighting of the decorators with arguments. For example, the following code highlighting was broken: ```python @first @second("arg1", "arg2") def my_fun(): pass ```pull/17/head
parent
0406fcbb47
commit
3b413c90d7
Loading…
Reference in New Issue