public static Style getRightBrace(final EditorCell cell) {
   Style style = new Style(cell);
   style.putAll(BaseLanguageStyle_StyleSheet.getBrace(null));
   return style;
 }