-
-
Notifications
You must be signed in to change notification settings - Fork 130
Adding support for CRLF in the parser #189
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's rarely used anymore but some systems (I think macs) used to use CR or \r for new line. Should we add support for that also?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should worry about that, otherwise everything is going to get complicated, really quickly
87706b4
into
quicksnip-dev:main
Description
People were complaning, so here is CRLF support, might cause issues with snippets code, but oh well.
Type of Change