Report abuse

1
2
3
4
5
6
7
8
        {   name = 'meta.function.decorator.py';
            begin = '^\s*@([a-zA-Z_][a-zA-Z_0-9]*)(\.\g<1>)*\(';
            end = '\)';
            patterns = ( { include = '$base'; } );
        },
        {   name = 'meta.function.decorator.py';
            match = '^\s*@([a-zA-Z_][a-zA-Z_0-9]*)(\.\g<1>)*';
        },