Update FIXME comment to be more useful

This commit is contained in:
Paul Daniel Faria
2020-06-15 08:21:32 -04:00
committed by Paul Daniel Faria
parent 4a4b1f48ef
commit c9e670b875
+2 -1
View File
@@ -579,7 +579,8 @@ fn highlight_element(
return None;
}
// FIXME account for alignment... somehow
// FIXME This needs layout computation to be correct. It will highlight
// more than it should with the current implementation.
Highlight::new(HighlightTag::Operator) | HighlightModifier::Unsafe
}