mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 09:29:55 +00:00
DataFilter { } syntax highlight
.. for errors etc.
This commit is contained in:
@@ -615,6 +615,13 @@ void Leaf::color(Leaf *leaf, QTextDocument *document)
|
||||
}
|
||||
break;
|
||||
|
||||
case Leaf::Compound :
|
||||
{
|
||||
foreach(Leaf *statement, *(leaf->lvalue.b)) leaf->color(statement, document);
|
||||
// don't return in case the whole thing is a mess...
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
return;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user