Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PrettyPrinter and Parser Whitespace handling #124

Open
StephanErb opened this issue Nov 12, 2011 · 0 comments
Open

PrettyPrinter and Parser Whitespace handling #124

StephanErb opened this issue Nov 12, 2011 · 0 comments

Comments

@StephanErb
Copy link
Member

Whitespaces after the last lexed token of a TextBlock are always assigned to the next TextBlock. Parser and PrettyPrinter do both follow this convention.

For proper re-use of indentation and comments, this should be changed so that all whitespaces on the line of the last lexed token do still belong to the current TextBlock.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant