@Override
 public boolean met(EditorCell cell) {
   return myClosingBrace != cell
       && cell.isSelectable()
       && !(cell instanceof EditorCell_Collection);
 }