Highlight OPTIMIZE in editor

This commit is contained in:
Andrew Kvalheim 2023-11-27 10:59:11 -08:00
parent c0b557eb84
commit 0c06811dc5

View file

@ -281,6 +281,15 @@ in
overviewRulerColor = red;
}];
};
"(OPTIMIZE)" = {
decorations = [{
backgroundColor = orange;
color = black;
fontStyle = "italic";
fontWeight = "bold";
overviewRulerColor = orange;
}];
};
"(TODO)" = {
decorations = [{
backgroundColor = orange;