@Override
 protected TailType computeTailType(InsertionContext context) {
   return context.shouldAddCompletionChar() ? TailType.NONE : myTail;
 }