internal void UpdateBraceMatchingResult(BraceMatchingResult?result)
 {
     textEditorImpl.UpdateBraceMatchingResult(result);
 }