src/parser.h

changeset 358
ef90ed0a5720
parent 333
07e65a4c6611
--- a/src/parser.h	Sat Apr 08 22:09:29 2023 +0300
+++ b/src/parser.h	Sun Apr 09 00:56:49 2023 +0300
@@ -55,7 +55,7 @@
 	T value;
 };
 
-using LineType0 = LineType<Comment, Attribute::Text>;
+using LineType0 = LineType<Comment, Attribute::LineType, Attribute::Text>;
 using LineType1 = LineType<Colored<SubfileReference>,
 	Attribute::LineType,
 	Attribute::Color,

mercurial