pub fn format_cst(node: &SyntaxNode, options: FormatOptions) -> StringExpand description
Format a Styx document from its CST.
This preserves all comments and produces properly indented output.
pub fn format_cst(node: &SyntaxNode, options: FormatOptions) -> StringFormat a Styx document from its CST.
This preserves all comments and produces properly indented output.