/// <summary>
 /// See IMixedBuffer
 /// </summary>
 public SnapshotSpan?GetLanguageSpanForLine(ITextSnapshot snapshot, int line)
 {
     return(_replWindow.GetLanguageSpanForLine(snapshot, line));
 }