                transformComment: function(file, line, text, kind) {
                    return [
                        '<comment file="' + file.replace(/"/g, '"') + '" line="' + line + '" pattern="' + kind + '">',
                        text,
                        '</comment>',
                    ];
                },