add syntax highlighting (WIP)

This commit is contained in:
MihailRis
2024-12-04 22:13:17 +03:00
parent ce1e9f76cf
commit ed3865964b
16 changed files with 168 additions and 43 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ void Plotter::draw(const DrawContext* pctx, Assets* assets) {
string,
pos.x + dmwidth + 2,
pos.y + dmheight - y - labelsInterval,
nullptr
nullptr,
0
);
}
}