fluent icon indicating copy to clipboard operation
fluent copied to clipboard

Parse whitespace inside of entries

Open stasm opened this issue 7 years ago • 1 comments

For serialization completeness, it could be helpful to store the whitespace inside of Entries. It should probably be stored as fields on SyntaxNode, e.g. space.before and space.after, with overlapping space stored twice.

See #116 for storing the top-level whitespace between entries.

stasm avatar May 22 '18 10:05 stasm

Wondering if that's always a single syntax node that can have just two whities, but we'll figure that out once we get there.

Pike avatar May 22 '18 11:05 Pike