removed TODO

This commit is contained in:
Anton-4 2021-02-26 19:21:44 +01:00
parent 4e05db3038
commit e667ca6af6

View File

@ -48,7 +48,6 @@ pub fn highlight_expr2<'a, 'b>(
))
}
Expr2::GlobalTag { name, .. } =>
// TODO split this string up for the brackets
{
highlight_tups.push((get_bump_str(arena, env, name), HighlightStyle::Type))
}