1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2025-12-19 13:48:22 +01:00
Files
joe-syntax/python.jsf
cn 3b413c90d7 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

```
2014-11-11 09:39:35 +01:00

4.0 KiB