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