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

TODO: Add support for long strings #1

Open
CFiggers opened this issue Jul 7, 2022 · 0 comments
Open

TODO: Add support for long strings #1

CFiggers opened this issue Jul 7, 2022 · 0 comments

Comments

@CFiggers
Copy link
Owner

CFiggers commented Jul 7, 2022

Currently the lexer recognizes only "regular" (short?) strings (i.e., those wrapped with " regular quotation marks). Janet supports long strings, which currently is not recognized by the lexer.

This causes the janet:cursorInString flag to be false even when the cursor is inside of a long string.

This causes structural editing features to misbehave when the cursor is inside a long string.

Also, auto indentation inside long strings is unpredictable.

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