Report abuse

1
2
3
4
5
6
7
8
9
10
{   name = 'comment.block.c';
    begin = '/\*';
    end = '\*/';
    captures = { 0 = { name = 'punctuation.definition.comment.c'; }; };
    patterns = (
        {   name = 'invalid';
            match = '(XXX)(.*)$';
        },
    );
},