FormatProperties
.
Delimiter
Add the delimiter only if the parent formatter is not the last item in the list.
Use the Delimiter when creating lists with varying delimiters between items.
Example
=
Block
{
var
comment
=
Span
{
"Comment"
;
Delimiter
:
", "
;
};
Paragraph
{
comment
;
};
Paragraph
{
comment
;
comment
;
}
};
Comment
Comment, Comment