提交 6cdeee78 编写于 作者: C Cyrus Najmabadi

Use null.

上级 48285402
......@@ -32,7 +32,7 @@ public RegexEmbeddedBraceMatcher(RegexEmbeddedLanguage language)
RegularExpressionsOptions.HighlightRelatedRegexComponentsUnderCursor, document.Project.Language);
if (!option)
{
return default;
return null;
}
var root = await document.GetSyntaxRootAsync(cancellationToken).ConfigureAwait(false);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册