提交 8b744bc3 编写于 作者: C CyrusNajmabadi

Make the BlockSpan non-structural. We don't want to show an indent-guide for them.

上级 ca49da27
......@@ -21,7 +21,7 @@ internal class ArrowExpressionClauseStructureProvider : AbstractSyntaxNodeStruct
isCollapsible: true,
textSpan: TextSpan.FromBounds(previousToken.Span.End, node.Span.End),
hintSpan: node.Parent.Span,
type: BlockTypes.Member));
type: BlockTypes.Nonstructural));
}
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册