mirror of https://github.com/cmur2/joe-syntax.git
Browse Source
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
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue