home/rc
Frank LENORMAND ff52bd7027 rc python: Highlight indented decorators with .
Make sure decorators are on their own line, and don't stop highlighting at
the first dot when they are imported, e.g.

```
import enum

@enum.unique
class A(enum.Enum):
    …
```

Ideally highlighting shouldn't stop at the first parenthesis either
(e.g. `@foo(['1'])`), but the current code somewhat highlights the contents
of the parens already, which is good enough in most cases.
2019-07-26 13:01:58 +03:00
..
detection max_line_length support for editorconfig 2019-06-13 00:03:45 +02:00
filetype rc python: Highlight indented decorators with . 2019-07-26 13:01:58 +03:00
tools Merge remote-tracking branch 'lenormf/patch-1' 2019-07-21 12:14:57 +10:00
windowing Rename ModuleLoad hook to ModuleLoaded 2019-06-25 19:16:47 +02:00