I suggest to highlight linq keywords in C# 3.0 code, for example in
following block keywords "from", "in", "where" and "select" should be
highlighted as keywords.
var messages =
from message in Query<Message>.All
where message.Text.StartsWith("Hello")
select message;
Original issue reported on code.google.com by al.kof...@gmail.com on 14 Sep 2009 at 1:41
Original issue reported on code.google.com by
al.kof...@gmail.com
on 14 Sep 2009 at 1:41