public static Style getLeftParenAfterName(final EditorCell cell) {
   Style style = new Style(cell);
   style.putAll(BaseLanguageStyle_StyleSheet.getLeftParen(null));
   style.set(StyleAttributes.PUNCTUATION_LEFT, true);
   return style;
 }