src/parser.h

changeset 358
ef90ed0a5720
parent 333
07e65a4c6611
equal deleted inserted replaced
357:66c75604f5b8 358:ef90ed0a5720
53 QString content; 53 QString content;
54 TextRange positions[countof(attributes)]; 54 TextRange positions[countof(attributes)];
55 T value; 55 T value;
56 }; 56 };
57 57
58 using LineType0 = LineType<Comment, Attribute::Text>; 58 using LineType0 = LineType<Comment, Attribute::LineType, Attribute::Text>;
59 using LineType1 = LineType<Colored<SubfileReference>, 59 using LineType1 = LineType<Colored<SubfileReference>,
60 Attribute::LineType, 60 Attribute::LineType,
61 Attribute::Color, 61 Attribute::Color,
62 Attribute::X1, 62 Attribute::X1,
63 Attribute::Y1, 63 Attribute::Y1,

mercurial